Skip to content

Commit 1938227

Browse files
committed
fixup
1 parent 09fc8d9 commit 1938227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
CI_JDK: ${{matrix.java}}
4545
CI_SCALA_VERSION: ${{matrix.scala}}
46-
CI_SCALA_JS_VERSION: ${{matrix.scala-js}}
46+
CI_SCALAJS_VERSION: ${{matrix.scala-js}}
4747
CI_MODE: ${{matrix.mode}}
4848
CI_PLATFORM: ${{matrix.platform}}
4949
steps:

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")).filter(_.nonEmpty).getOrElse("1.20.1")
2+
sys.env.get("SCALAJS_VERSION").filter(_.nonEmpty).getOrElse("1.20.1")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)