Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.16 (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Jun 11, 2022
1 parent ea9ffe8 commit 3341ec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airspec/build.sbt
Expand Up @@ -13,7 +13,7 @@ addCommandAlias(
// Reload build.sbt on changes
Global / onChangedBuildSource := ReloadOnSourceChanges

val SCALA_2_12 = "2.12.15"
val SCALA_2_12 = "2.12.16"
val SCALA_2_13 = "2.13.8"
val SCALA_3_0 = "3.1.2"
val targetScalaVersions = SCALA_2_13 :: SCALA_2_12 :: Nil
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
import xerial.sbt.pack.PackPlugin.publishPackArchiveTgz

val SCALA_2_12 = "2.12.15"
val SCALA_2_12 = "2.12.16"
val SCALA_2_13 = "2.13.8"
val SCALA_3_0 = "3.1.2"
val targetScalaVersions = SCALA_2_13 :: SCALA_2_12 :: Nil
Expand Down
2 changes: 1 addition & 1 deletion sbt-airframe/build.sbt
Expand Up @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "22.6.1")
val AIRSPEC_VERSION = "22.6.1"
val SCALA_2_12 = "2.12.15"
val SCALA_2_12 = "2.12.16"

ThisBuild / organization := "org.wvlet.airframe"

Expand Down

0 comments on commit 3341ec5

Please sign in to comment.