Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit cd1044b

Browse files
authored
Merge pull request #191 from scala-steward/update/sbt-scalajs-1.0.1
Update sbt-scalajs, scalajs-compiler to 1.0.1
2 parents 4c2ac71 + 90d3624 commit cd1044b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- TRAVIS_NODE_VERSION="12.16.1" JOB_NAME="test"
1414
matrix:
1515
- SCALAJS_VERSION="0.6.32"
16-
- SCALAJS_VERSION="1.0.0"
16+
- SCALAJS_VERSION="1.0.1"
1717

1818
script:
1919
- sbt ++$TRAVIS_SCALA_VERSION test

project/MySettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ object MySettings {
5757

5858
lazy val commonScalaJsSettings = Seq(
5959
scalacOptions ++= Seq("-P:scalajs:sjsDefinedByDefault").filter { _ =>
60-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.0.0").startsWith("0.6.")
60+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.0.1").startsWith("0.6.")
6161
},
6262
scalaJSLinkerConfig ~= {
6363
_.withModuleKind(ModuleKind.CommonJSModule)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scalaJSVersion =
2-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.0.0")
2+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.0.1")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2")

0 commit comments

Comments
 (0)