Skip to content

Commit

Permalink
Merge branch 'cheeseng-feature-scala-js-1.14.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Sep 27, 2023
2 parents dfd0cde + 7a27480 commit 972b4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")

val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.13.2")
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.14.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

Expand Down

0 comments on commit 972b4d3

Please sign in to comment.