Skip to content

Commit

Permalink
bump: Akka 2.9.0 (#1213)
Browse files Browse the repository at this point in the history
* and Akka HTTP 10.6.0
  • Loading branch information
patriknw authored Oct 23, 2023
1 parent a30de18 commit 765549e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 @@ -14,4 +14,4 @@ libraryDependencies += "com.lightbend.akka.management" %% "akka-management-clust
libraryDependencies += "com.lightbend.akka.management" %% "akka-management-cluster-http" % akkaManagementVersion(
version.value)

libraryDependencies += "com.typesafe.akka" %% "akka-discovery" % "2.8.2"
libraryDependencies += "com.typesafe.akka" %% "akka-discovery" % "2.9.0"
6 changes: 3 additions & 3 deletions integration-test/kubernetes-api-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<properties>
<encoding>UTF-8</encoding>
<maven.compiler.release>11</maven.compiler.release>
<akka.version>2.8.2</akka.version>
<akka.http.version>10.5.1</akka.http.version>
<akka-management.version>1.2.0</akka-management.version>
<akka.version>2.9.0</akka.version>
<akka.http.version>10.6.0</akka.http.version>
<akka-management.version>1.5.0-M2</akka-management.version>
<scala.binary.version>2.13</scala.binary.version>
</properties>

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 @@ -12,7 +12,7 @@ version := "1.0"

dockerUsername := sys.env.get("DOCKER_USER")

val akkaManagementVersion = "1.2.0"
val akkaManagementVersion = "1.5.0-M2"

libraryDependencies ++= Vector(
"com.lightbend.akka.management" %% "akka-management-cluster-bootstrap" % akkaManagementVersion,
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 @@ -8,7 +8,7 @@ version := "0.1.0"

scalaVersion := "2.13.12"

val akkaManagementVersion = "1.2.0"
val akkaManagementVersion = "1.5.0-M2"

libraryDependencies ++= Vector(
"com.lightbend.akka.management" %% "akka-management-cluster-bootstrap" % akkaManagementVersion,
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ object Dependencies {
val CrossScalaVersions = Seq(Scala213, Scala3)

// Align the versions in integration-test/kubernetes-api-java/pom.xml
val AkkaVersion = "2.9.0-M3"
val AkkaVersion = "2.9.0"
val AkkaBinaryVersion = "2.9"
// Align the versions in integration-test/kubernetes-api-java/pom.xml
val AkkaHttpVersion = "10.6.0-M2"
val AkkaHttpVersion = "10.6.0"
val AkkaHttpBinaryVersion = "10.6"

val ScalaTestVersion = "3.2.17"
Expand Down

0 comments on commit 765549e

Please sign in to comment.