Skip to content

Commit

Permalink
Update scala3-staging, ... to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Mar 1, 2024
1 parent 75cd4b3 commit deb7c28
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.19"
val SCALA_2_13 = "2.13.13"
val SCALA_3 = "3.3.3"
val SCALA_3 = "3.4.0"
val targetScalaVersions = SCALA_3 :: 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 @@ -3,7 +3,7 @@ import xerial.sbt.pack.PackPlugin.{projectSettings, publishPackArchiveTgz}

val SCALA_2_12 = "2.12.19"
val SCALA_2_13 = "2.13.13"
val SCALA_3 = "3.3.3"
val SCALA_3 = "3.4.0"
val uptoScala2 = SCALA_2_13 :: SCALA_2_12 :: Nil
val targetScalaVersions = SCALA_3 :: uptoScala2

Expand Down

0 comments on commit deb7c28

Please sign in to comment.