Skip to content

Commit

Permalink
Update sbt-scalajs to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent 238035b commit b1eb69e
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.15.0")
val scalaNativeVersion =
Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.4")

Expand Down

0 comments on commit b1eb69e

Please sign in to comment.