Skip to content

Commit

Permalink
bump: scala-library 2.13.14 (was 2.13.13) (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 21, 2024
1 parent 24f4690 commit 8694f6d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integration-test/dns-api-mesos/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven")

name := "bootstrap-demo-dns-api"

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

def akkaManagementVersion(version: String) = version.split('+')(0)

Expand Down
2 changes: 1 addition & 1 deletion integration-test/marathon-api-docker/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.sbt.packager.docker._

name := "bootstrap-demo-marathon-api-docker"

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

enablePlugins(JavaServerAppPackaging)

Expand Down
2 changes: 1 addition & 1 deletion integration-test/marathon-api/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven")

version := "0.1.0"

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

val akkaManagementVersion = "1.5.2"

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

version := "1.0"

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

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

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Keys._

object Dependencies {

val Scala213 = "2.13.13"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"
val CrossScalaVersions = Seq(Scala213, Scala3)

Expand Down
5 changes: 3 additions & 2 deletions samples/akka-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThisBuild / organization := "com.lightbend"

name := "akka-sample-cluster-kubernetes"

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"
lazy val akkaHttpVersion = "10.6.3"
lazy val akkaVersion = "2.9.3"
lazy val akkaManagementVersion = "1.5.2"
Expand Down Expand Up @@ -42,5 +42,6 @@ libraryDependencies ++= {
"com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test)
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test
)
}

0 comments on commit 8694f6d

Please sign in to comment.