Skip to content

Commit

Permalink
Merge pull request #423 from scala-steward/update/sbt-scalajs-1.16.0
Browse files Browse the repository at this point in the history
Update sbt-scalajs to 1.16.0
  • Loading branch information
jvican authored Jun 29, 2024
2 parents 2cef324 + e500e9c commit 66b1059
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.14.0")
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0")
val scalaNativeVersion =
Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.4")

Expand Down

0 comments on commit 66b1059

Please sign in to comment.