Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... 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 4d51cbb commit 2f45ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/project/ProjectDefs.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//noinspection ScalaPackageName
object ProjectDefs {
val ScalaJSVersion: String = sys.props.getOrElse("SCALAJS_VERSION", "1.8.0")
val ScalaJSVersion: String = sys.props.getOrElse("SCALAJS_VERSION", "1.18.1")
def scalaJSIs06: Boolean = ScalaJSVersion.startsWith("0.6.")
}

0 comments on commit 2f45ea1

Please sign in to comment.