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 68489f9 commit 4fd9a4fCopy full SHA for 4fd9a4f
project/plugins.sbt
@@ -3,7 +3,7 @@ resolvers += Resolver.sonatypeRepo("public")
3
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
4
5
val scalaJSVersion =
6
- Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.9.0")
+ Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0")
7
8
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
9
0 commit comments