Skip to content

Commit

Permalink
bump: Scala 2.13.12 (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 17, 2023
1 parent b569097 commit c3e3a86
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion benchmark-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

enablePlugins(AkkaGrpcPlugin)

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import buildinfo.BuildInfo
object Dependencies {
object Versions {
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala213 = "2.13.12"
val scala3 = "3.3.1"

// the order in the list is important because the head will be considered the default.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down

0 comments on commit c3e3a86

Please sign in to comment.