Skip to content

Commit 925b357

Browse files
Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 (#1807)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 325ac60 commit 925b357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.18.1")
1+
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.18.2")
22

33
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
44

0 commit comments

Comments
 (0)