We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5880a8 commit e066d97Copy full SHA for e066d97
project/plugins.sbt
@@ -4,11 +4,10 @@ val scalaJSVersion =
4
val scalaNativeVersion =
5
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.4.0")
6
7
-addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.1")
+addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.4.0")
8
9
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
10
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
11
12
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
13
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
14
-addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0-RC5")
0 commit comments