Skip to content

Commit

Permalink
bump: scala-library 2.13.13 (was 2.13.12) (#1921)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Andrén <[email protected]>
  • Loading branch information
scala-steward and johanandren authored Mar 22, 2024
1 parent da519ef commit 1bef808
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 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.12"
scalaVersion := "2.13.13"

enablePlugins(AkkaGrpcPlugin)

Expand Down
2 changes: 1 addition & 1 deletion native-image-tests/grpc-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "grpc-scala"

version := "1.0"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.9.2")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka.grpc.version", "2.4.0")
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.19"
val scala213 = "2.13.12"
val scala213 = "2.13.13"
val scala3 = "3.3.3"

// 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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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.12"
scalaVersion := "2.13.13"

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

Expand Down

0 comments on commit 1bef808

Please sign in to comment.