Skip to content

Commit

Permalink
Update sbt-scalajs to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 10, 2025
1 parent 41079d9 commit e3a0cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resolvers += Resolver.sonatypeRepo("staging")
resolvers += Resolver.bintrayIvyRepo("sbt", "sbt-plugin-releases")

val scalaJSVersion =
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0")
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.18.1")
val scalaNativeVersion =
Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.4")

Expand Down

0 comments on commit e3a0cf1

Please sign in to comment.