Skip to content

Commit

Permalink
chore: use the latest Apache licensed Akka (#3363)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Jun 30, 2023
1 parent a925a07 commit 2f18b54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.8.2") // sync with project/Dependencies.scala
val AkkaVersion = sys.props.getOrElse("lagom.build.akka.version", "2.6.21") // sync with project/Dependencies.scala

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

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

val AkkaPersistenceCassandra = "0.106"
// this is the version used in AkkaPersistenceCassandra, we stick with it
val CassandraDriver = "3.7.2"
val AkkaPersistenceJdbc = "3.5.3"
val AkkaManagement = "1.4.1"
val AkkaManagement = "1.1.4"

val Disruptor = "3.4.2"

// Also be sure to update ScalaTestVersion in docs/build.sbt.
val ScalaTest = "3.0.8"
val Jackson = "2.13.5"
val Jackson = "2.11.4"
val JacksonCore = Jackson
val JacksonDatatype = Jackson
val JacksonDatabind = Jackson
Expand Down

0 comments on commit 2f18b54

Please sign in to comment.