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 55bf745 + c0988cb commit c193d07Copy full SHA for c193d07
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