Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Jan 29, 2025
1 parent 5ff22de commit c890c82
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.20"
val SCALA_2_13 = "2.13.16"
val SCALA_3 = "3.3.4"
val SCALA_3 = "3.3.5"
val targetScalaVersions = SCALA_3 :: SCALA_2_13 :: SCALA_2_12 :: Nil

val SCALACHECK_VERSION = "1.18.1"
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.20"
val SCALA_2_13 = "2.13.16"
val SCALA_3 = sys.env.getOrElse("SCALA_VERSION", "3.3.4")
val SCALA_3 = sys.env.getOrElse("SCALA_VERSION", "3.3.5")
val uptoScala2 = SCALA_2_13 :: SCALA_2_12 :: Nil
val targetScalaVersions = SCALA_3 :: uptoScala2

Expand Down

0 comments on commit c890c82

Please sign in to comment.