Skip to content

Commit

Permalink
Update Scala.JS to 1.17.0 (#3786)
Browse files Browse the repository at this point in the history
Pull request: #3786
  • Loading branch information
lefou authored Oct 21, 2024
1 parent 9f5304e commit 2ee1e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Deps {
val testScala33Version = "3.3.1"

object Scalajs_1 {
val scalaJsVersion = "1.16.0"
val scalaJsVersion = "1.17.0"
val scalajsEnvJsdomNodejs = ivy"org.scala-js::scalajs-env-jsdom-nodejs:1.1.0"
val scalajsEnvExoegoJsdomNodejs = ivy"net.exoego::scalajs-env-jsdom-nodejs:2.1.0"
val scalajsEnvNodejs = ivy"org.scala-js::scalajs-env-nodejs:1.4.0"
Expand Down

0 comments on commit 2ee1e00

Please sign in to comment.