We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a840bb9 commit 74e7892Copy full SHA for 74e7892
project/plugins.sbt
@@ -8,10 +8,10 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
8
val scalaJSVersion =
9
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.31")
10
11
-addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "0.6.1")
+addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.0.0")
12
13
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
14
15
-addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
+addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
16
17
addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "0.3.2")
0 commit comments