Skip to content

Commit

Permalink
Build: Bump to Scala 3.2.0 (and thus Scala.js 1.9.0) to avoid sourcem…
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo authored and yurique committed Sep 27, 2022
1 parent b8f2d9d commit 8313ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/ScalaVersions.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object ScalaVersions {
val v213 = "2.13.6"
val v212 = "2.12.14"
val v3 = "3.0.1"
val v3 = "3.2.0"
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
logLevel := Level.Warn

val scalajsVersion = scala.sys.env.getOrElse("SCALAJS_VERSION", "1.5.1")
val scalajsVersion = scala.sys.env.getOrElse("SCALAJS_VERSION", "1.9.0")

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

Expand Down

0 comments on commit 8313ea3

Please sign in to comment.