Skip to content

Commit a1b12b6

Browse files
authored
Add note in Dependencies.scala about maximum akka version.
1 parent cd1b4ae commit a1b12b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ object Dependencies {
99
val sparkVersion = "3.3.0"
1010
val scalaTestVersion = "3.0.8"
1111
val junitVersion = "5.8.2"
12-
val akkaVersion = "2.6.14"
13-
val akkaHttpVersion = "10.2.4"
12+
val akkaVersion = "2.6.14" // Stay below akka v2.7.0 since they swapped to a BSL license
13+
val akkaHttpVersion = "10.2.4" // Stay below akka-http v10.3.0 since they swapped to a BSL license
1414
val springBootVersion = "2.6.2"
1515
lazy val logbackVersion = "1.2.3"
1616
lazy val loggingVersion = "3.9.0"

0 commit comments

Comments
 (0)