Skip to content

Commit

Permalink
Build: Bump versions, default to Scala 3 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Dec 4, 2023
1 parent 12c061a commit de0843e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ThisBuild / dynver := {
.mkVersion(out => versionFmt(out, dynverSonatypeSnapshots.value), fallbackVersion(d))
}

scalaVersion := Versions.Scala_2_13
scalaVersion := Versions.Scala_3

crossScalaVersions := Seq(Versions.Scala_2_12, Versions.Scala_2_13, Versions.Scala_3)

Expand Down
6 changes: 3 additions & 3 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ object Versions {

val Scala_2_12 = "2.12.17"

val Scala_2_13 = "2.13.10"
val Scala_2_13 = "2.13.12"

val Scala_3 = "3.3.1"

// -- Dependencies --

val ScalaJsDom = "2.6.0"
val ScalaJsDom = "2.8.0"

val Tuplez = "0.4.0"

val Ew = "0.1.2"
val Ew = "0.2.0"

// -- Test --

Expand Down
4 changes: 1 addition & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
logLevel := Level.Warn

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

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")

Expand Down

0 comments on commit de0843e

Please sign in to comment.