From ebe8ba9c549a1395da8b22bc2a55bf30b28bac8c Mon Sep 17 00:00:00 2001 From: Zach McCoy Date: Tue, 25 Oct 2022 13:00:01 -0500 Subject: [PATCH] Update comment to refer to Native not JS --- .../src/main/scala/io/circe/sbt/CirceOrgScalaNativePlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/io/circe/sbt/CirceOrgScalaNativePlugin.scala b/core/src/main/scala/io/circe/sbt/CirceOrgScalaNativePlugin.scala index 18fb0f3..246b5c7 100644 --- a/core/src/main/scala/io/circe/sbt/CirceOrgScalaNativePlugin.scala +++ b/core/src/main/scala/io/circe/sbt/CirceOrgScalaNativePlugin.scala @@ -17,7 +17,7 @@ package io.circe.sbt /** - * automatically loaded for all projects that are cross-compiled to ScalaJS, no need too reference it explicitly in builds + * automatically loaded for all projects that are cross-compiled to ScalaNative, no need too reference it explicitly in builds */ import sbt.* import scoverage.ScoverageSbtPlugin.autoImport._