Skip to content

Commit 74e7892

Browse files
committed
Update sbt-crossproject, ... to 1.0.0
1 parent a840bb9 commit 74e7892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
88
val scalaJSVersion =
99
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.31")
1010

11-
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "0.6.1")
11+
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.0.0")
1212

1313
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
1414

15-
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
15+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
1616

1717
addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "0.3.2")

0 commit comments

Comments
 (0)