We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb1e4a3 + 26cb5d4 commit eeb828dCopy full SHA for eeb828d
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.3.0
+sbt.version=1.3.1
project/plugins.sbt
@@ -1,7 +1,7 @@
val scalaJSVersion =
2
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.28")
3
4
-addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2")
+addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
5
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
6
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
7
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.4")
0 commit comments