Skip to content

Commit

Permalink
Add note in Dependencies.scala about maximum akka version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsleight authored Jan 18, 2023
1 parent cd1b4ae commit a1b12b6
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 @@ -9,8 +9,8 @@ object Dependencies {
val sparkVersion = "3.3.0"
val scalaTestVersion = "3.0.8"
val junitVersion = "5.8.2"
val akkaVersion = "2.6.14"
val akkaHttpVersion = "10.2.4"
val akkaVersion = "2.6.14" // Stay below akka v2.7.0 since they swapped to a BSL license
val akkaHttpVersion = "10.2.4" // Stay below akka-http v10.3.0 since they swapped to a BSL license
val springBootVersion = "2.6.2"
lazy val logbackVersion = "1.2.3"
lazy val loggingVersion = "3.9.0"
Expand Down

0 comments on commit a1b12b6

Please sign in to comment.