Skip to content

Commit ef58cec

Browse files
committed
Switched to scalajs-1.7.0
This is also close #13 and close #14
1 parent 0107a61 commit ef58cec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
## [unreleased]
6+
- Switched to Scala.js-1.7.0.
67

78
## [2.8.0] - 2021-07-16
89
- Introduced `doneXor`.

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
22
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
33

44
val scalaJSVersion =
5-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.6.0")
5+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.7.0")
66
val scalaNativeJSVersion =
77
Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.0")
88

0 commit comments

Comments
 (0)