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 0107a61 commit ef58cecCopy full SHA for ef58cec
CHANGELOG.md
@@ -3,6 +3,7 @@
3
All notable changes to this project will be documented in this file.
4
5
## [unreleased]
6
+- Switched to Scala.js-1.7.0.
7
8
## [2.8.0] - 2021-07-16
9
- Introduced `doneXor`.
project/plugins.sbt
@@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
2
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
val scalaJSVersion =
- Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.6.0")
+ Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.7.0")
val scalaNativeJSVersion =
Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.0")
0 commit comments