Skip to content

Commit

Permalink
chore: Final version in tests (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Nov 2, 2023
1 parent e1afa62 commit f0ee10c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-test/kubernetes-api-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.release>11</maven.compiler.release>
<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>
<akka-management.version>1.5.0</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.5.0-M2"
val akkaManagementVersion = "1.5.0"

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.5.0-M2"
val akkaManagementVersion = "1.5.0"

libraryDependencies ++= Vector(
"com.lightbend.akka.management" %% "akka-management-cluster-bootstrap" % akkaManagementVersion,
Expand Down

0 comments on commit f0ee10c

Please sign in to comment.