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 e9bfa18 commit 42f7cb2Copy full SHA for 42f7cb2
project/plugins.sbt
@@ -4,7 +4,7 @@ val scalaJSVersion =
4
val scalaNativeVersion =
5
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.4.0")
6
7
-addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.2")
+addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")
8
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
9
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossVer)
10
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
0 commit comments