We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1b4ae commit a1b12b6Copy full SHA for a1b12b6
project/Dependencies.scala
@@ -9,8 +9,8 @@ object Dependencies {
9
val sparkVersion = "3.3.0"
10
val scalaTestVersion = "3.0.8"
11
val junitVersion = "5.8.2"
12
- val akkaVersion = "2.6.14"
13
- 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
14
val springBootVersion = "2.6.2"
15
lazy val logbackVersion = "1.2.3"
16
lazy val loggingVersion = "3.9.0"
0 commit comments