Skip to content

Commit

Permalink
Build: Use released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Dec 4, 2023
1 parent 11c58e3 commit 1254a19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ 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 Airstream = "17.0.0-M2-SNAPSHOT"
val Airstream = "17.0.0-M2"

val Ew = "0.2.0-SNAPSHOT"
val Ew = "0.2.0"

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

// Note: Scala DOM Types is a compile-time dependency now,
// see its version in project/project/ProjectVersions.scala

// -- Test --

val ScalaDomTestUtils = "17.1.0-SNAPSHOT"
val ScalaDomTestUtils = "18.0.0"

val ScalaTest = "3.2.14"

Expand Down

0 comments on commit 1254a19

Please sign in to comment.