Skip to content

Commit

Permalink
chore: bump akka and akka-http versions (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Jun 22, 2023
1 parent 6cdd99f commit e189905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import akka.CrossJava

val ScalaVersion = "2.12.13"

val AkkaVersion = sys.props.getOrElse("lagom.build.akka.version", "2.6.17") // sync with project/Dependencies.scala
val AkkaVersion = sys.props.getOrElse("lagom.build.akka.version", "2.8.2") // sync with project/Dependencies.scala

val JUnitVersion = "4.13.2"
val JUnitInterfaceVersion = "0.11"
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ object Dependencies {
val Twirl = "1.5.1" // sync with docs/project/plugins.sbt
val PlayFileWatch = "1.1.14"

val Akka: String = sys.props.getOrElse("lagom.build.akka.version", "2.6.17") // sync with docs/build.sbt
val AkkaHttp = "10.1.15"
val Akka: String = sys.props.getOrElse("lagom.build.akka.version", "2.8.2") // sync with docs/build.sbt
val AkkaHttp = "10.5.2"

val AkkaPersistenceCassandra = "0.106"
// this is the version used in AkkaPersistenceCassandra, we stick with it
Expand Down

0 comments on commit e189905

Please sign in to comment.