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 c74766d commit c0988cbCopy full SHA for c0988cb
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
2
3
val scalaJSVersion =
4
- Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0")
+ Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.1")
5
6
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
7
0 commit comments