Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.9 (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Sep 22, 2022
1 parent 14513fa commit fc9e92c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion airspec/build.sbt
Expand Up @@ -14,7 +14,7 @@ addCommandAlias(
Global / onChangedBuildSource := ReloadOnSourceChanges

val SCALA_2_12 = "2.12.17"
val SCALA_2_13 = "2.13.8"
val SCALA_2_13 = "2.13.9"
val SCALA_3_0 = "3.2.0"
val targetScalaVersions = SCALA_3_0 :: SCALA_2_13 :: SCALA_2_12 :: Nil

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
import xerial.sbt.pack.PackPlugin.publishPackArchiveTgz

val SCALA_2_12 = "2.12.17"
val SCALA_2_13 = "2.13.8"
val SCALA_2_13 = "2.13.9"
val SCALA_3 = "3.2.0"
val uptoScala2 = SCALA_2_13 :: SCALA_2_12 :: Nil
val targetScalaVersions = SCALA_3 :: uptoScala2
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/hello-rpc/build.sbt
@@ -1,5 +1,5 @@
val AIRFRAME_VERSION = "22.9.2"
ThisBuild / scalaVersion := "2.13.8"
ThisBuild / scalaVersion := "2.13.9"

// RPC API definition. This project should contain only RPC interfaces
lazy val api =
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/build.sbt
@@ -1,7 +1,7 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = "22.9.2"
ThisBuild / scalaVersion := "2.13.8"
ThisBuild / scalaVersion := "2.13.9"

lazy val rpcExample =
project
Expand Down
2 changes: 1 addition & 1 deletion examples/rx-demo/gallery/build.sbt
@@ -1,7 +1,7 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = "22.9.2"
ThisBuild / scalaVersion := "2.13.8"
ThisBuild / scalaVersion := "2.13.9"

lazy val gallery =
project
Expand Down

0 comments on commit fc9e92c

Please sign in to comment.