Skip to content

Commit

Permalink
some more version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Oct 23, 2024
1 parent 926d685 commit 298ed22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/akka-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven.compiler.target>17</maven.compiler.target>
<encoding>UTF-8</encoding>
<akka.version>2.10.0</akka.version>
<akka-management.version>1.5.3</akka-management.version>
<akka-management.version>1.6.0</akka-management.version>
<akka-http.version>10.7.0</akka-http.version>
<scala.binary.version>2.13</scala.binary.version>
<version.number>${git.commit.time}-${git.commit.id.abbrev}</version.number>
Expand Down
6 changes: 3 additions & 3 deletions samples/akka-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ThisBuild / organization := "com.lightbend"
name := "akka-sample-cluster-kubernetes"

scalaVersion := "2.13.15"
lazy val akkaHttpVersion = "10.6.3"
lazy val akkaVersion = "2.9.3"
lazy val akkaManagementVersion = "1.5.3"
lazy val akkaHttpVersion = "10.7.0"
lazy val akkaVersion = "2.10.0"
lazy val akkaManagementVersion = "1.6.0"

// make version compatible with docker for publishing
ThisBuild / dynverSeparator := "-"
Expand Down

0 comments on commit 298ed22

Please sign in to comment.