Skip to content

Commit

Permalink
revert versions in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Sep 25, 2024
1 parent 81f8918 commit ae7e6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/akka-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ThisBuild / organization := "com.lightbend"
name := "akka-sample-cluster-kubernetes"

scalaVersion := "2.13.14"
lazy val akkaHttpVersion = "10.7.0-M1"
lazy val akkaVersion = "2.10.0-M1"
lazy val akkaHttpVersion = "10.6.3"
lazy val akkaVersion = "2.9.3"
lazy val akkaManagementVersion = "1.5.3"

// make version compatible with docker for publishing
Expand Down

0 comments on commit ae7e6a2

Please sign in to comment.