Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: scala-library 2.13.13 (was 2.13.12) #1921

Merged
merged 3 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.18"
val scala213 = "2.13.12"
val scala213 = "2.13.13"
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.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
Loading