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.
2 parents 73cd1d6 + 2941b26 commit 4cd6837Copy full SHA for 4cd6837
project/plugins.sbt
@@ -3,7 +3,7 @@ resolvers += Resolver.sonatypeRepo("public")
3
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.3")
4
5
val scalaJSVersion =
6
- Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.5.0")
+ Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.5.1")
7
8
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.0.0")
9
0 commit comments