Skip to content

Commit

Permalink
Upgrade akka to 2.9.3 and alpakka 8
Browse files Browse the repository at this point in the history
  • Loading branch information
cptwunderlich committed Jun 13, 2024
1 parent f25fef6 commit 7ca351f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbt.librarymanagement.ModuleID

object Dependencies {

private[this] val alpakkaVersion = "7.0.2"
private[this] val akkaVersion = "2.9.2"
private[this] val alpakkaVersion = "8.0.0"
private[this] val akkaVersion = "2.9.3"
private[this] val circeVersion = "0.14.7"
private[this] val logbackClassicVersion = "1.5.6"
private[this] val scalaTestVersion = "3.2.18"
Expand Down

0 comments on commit 7ca351f

Please sign in to comment.