Skip to content

Commit 38f9c73

Browse files
authored
Merge pull request #370 from scala-steward/update/sbt-scalajs-1.10.0
Update sbt-scalajs, scalajs-compiler, ... to 1.10.0
2 parents 68489f9 + 4fd9a4f commit 38f9c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolvers += Resolver.sonatypeRepo("public")
33
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
44

55
val scalaJSVersion =
6-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.9.0")
6+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0")
77

88
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
99

0 commit comments

Comments
 (0)