Skip to content

Commit c193d07

Browse files
authored
Merge pull request #380 from scala-steward/update/sbt-scalajs-1.10.1
Update sbt-scalajs, scalajs-compiler, ... to 1.10.1
2 parents 55bf745 + c0988cb commit c193d07

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
22

33
val scalaJSVersion =
4-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0")
4+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.1")
55

66
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
77

0 commit comments

Comments
 (0)