Skip to content

Commit

Permalink
bump: Akka 2.9.0-M2, Akka HTTP 10.6.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Sep 28, 2023
1 parent 6dbeb2e commit 54af216
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ object Dependencies {
val CrossScalaVersions = Seq(Scala213, Scala3)

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

val ScalaTestVersion = "3.2.16"
val ScalaTestPlusJUnitVersion = ScalaTestVersion + ".0"

val AwsSdkVersion = "1.12.539"
val JacksonVersion = "2.15.2"
val JacksonDatabindVersion = "2.15.2"
val JacksonDatabindVersion = JacksonVersion

val Log4j2Version = "2.20.0"

Expand Down

0 comments on commit 54af216

Please sign in to comment.