Skip to content

Commit 5753e40

Browse files
committed
bump: scala-library 2.13.14 (was 2.13.13)
1 parent 24f4690 commit 5753e40

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

integration-test/dns-api-mesos/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven")
44

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

7-
scalaVersion := "2.13.13"
7+
scalaVersion := "2.13.14"
88

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

integration-test/marathon-api-docker/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.typesafe.sbt.packager.docker._
22

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

5-
scalaVersion := "2.13.13"
5+
scalaVersion := "2.13.14"
66

77
enablePlugins(JavaServerAppPackaging)
88

integration-test/marathon-api/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven")
66

77
version := "0.1.0"
88

9-
scalaVersion := "2.13.13"
9+
scalaVersion := "2.13.14"
1010

1111
val akkaManagementVersion = "1.5.2"
1212

native-image-tests/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "native-image-tests"
22

33
version := "1.0"
44

5-
scalaVersion := "2.13.13"
5+
scalaVersion := "2.13.14"
66

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

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Keys._
33

44
object Dependencies {
55

6-
val Scala213 = "2.13.13"
6+
val Scala213 = "2.13.14"
77
val Scala3 = "3.3.3"
88
val CrossScalaVersions = Seq(Scala213, Scala3)
99

samples/akka-sample-cluster-kubernetes-scala/build.sbt

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ThisBuild / organization := "com.lightbend"
22

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

5-
scalaVersion := "2.13.13"
5+
scalaVersion := "2.13.14"
66
lazy val akkaHttpVersion = "10.6.3"
77
lazy val akkaVersion = "2.9.3"
88
lazy val akkaManagementVersion = "1.5.2"
@@ -42,5 +42,6 @@ libraryDependencies ++= {
4242
"com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test,
4343
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
4444
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test,
45-
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test)
45+
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test
46+
)
4647
}

0 commit comments

Comments
 (0)