Skip to content

Commit

Permalink
3.3.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Dec 19, 2023
1 parent 1b6ee9a commit 630fe83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airspec/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

val SCALA_2_12 = "2.12.18"
val SCALA_2_13 = "2.13.12"
val SCALA_3_0 = "3.3.2"
val SCALA_3_0 = "3.3.2-RC1"
val targetScalaVersions = SCALA_3_0 :: SCALA_2_13 :: SCALA_2_12 :: Nil

val SCALACHECK_VERSION = "1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import xerial.sbt.pack.PackPlugin.publishPackArchiveTgz

val SCALA_2_12 = "2.12.18"
val SCALA_2_13 = "2.13.12"
val SCALA_3 = "3.3.2"
val SCALA_3 = "3.3.2-RC1"
val uptoScala2 = SCALA_2_13 :: SCALA_2_12 :: Nil
val targetScalaVersions = SCALA_3 :: uptoScala2

Expand Down

0 comments on commit 630fe83

Please sign in to comment.