Skip to content

Commit

Permalink
Merge branch 'update/scala-compiler-2.12.13' of https://github.com/sc…
Browse files Browse the repository at this point in the history
…ala-steward/airframe into update/scala-compiler-2.12.13
  • Loading branch information
xerial committed Apr 28, 2021
2 parents 989247e + 250a7c0 commit 03105c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 sbt.Keys.libraryDependencies
import sbtcrossproject.{CrossType, crossProject}
import xerial.sbt.pack.PackPlugin.publishPackArchiveTgz

val SCALA_2_12 = "2.12.12"
val SCALA_2_12 = "2.12.13"
val SCALA_2_13 = "2.13.5"
val SCALA_3_0 = "3.0.0-RC3"
val targetScalaVersions = SCALA_2_13 :: SCALA_2_12 :: Nil
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/hello-rpc/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val AIRFRAME_VERSION = "20.10.2"
ThisBuild / scalaVersion := "2.12.12"
ThisBuild / scalaVersion := "2.12.13"

// 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = "20.10.1"
ThisBuild / scalaVersion := "2.12.12"
ThisBuild / scalaVersion := "2.12.13"

lazy val rpcExample =
project
Expand Down

0 comments on commit 03105c1

Please sign in to comment.