Skip to content

Commit

Permalink
downgrade some akka libs because scala 2.12 is not supported on newer…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
pjfanning committed May 27, 2024
1 parent 6ab8bc3 commit 570dbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
api "com.typesafe.akka:akka-http-core_${gradle.scala.depVersion}:${gradle.akka_http.version}"
api "com.typesafe.akka:akka-http-spray-json_${gradle.scala.depVersion}:${gradle.akka_http.version}"

api "com.lightbend.akka:akka-stream-alpakka-file_${gradle.scala.depVersion}:4.0.0"
api "com.lightbend.akka:akka-stream-alpakka-file_${gradle.scala.depVersion}:3.0.4"

api "ch.qos.logback:logback-classic:1.2.11"
api "org.slf4j:jcl-over-slf4j:1.7.25"
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies {
api "io.reactivex:rxjava-reactive-streams:1.2.1"


api ("com.lightbend.akka:akka-stream-alpakka-s3_${gradle.scala.depVersion}:4.0.0") {
api ("com.lightbend.akka:akka-stream-alpakka-s3_${gradle.scala.depVersion}:3.0.4") {
exclude group: 'org.apache.httpcomponents' //Not used as alpakka uses akka-http
exclude group: 'com.fasterxml.jackson.core'
exclude group: 'com.fasterxml.jackson.dataformat'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ gradle.ext.scalafmt = [
]

gradle.ext.akka = [version : '2.6.21']
gradle.ext.akka_kafka = [version : '3.0.1']
gradle.ext.akka_kafka = [version : '2.1.1']
gradle.ext.akka_http = [version : '10.2.10']
gradle.ext.akka_management = [version : '1.1.4']

Expand Down

0 comments on commit 570dbc0

Please sign in to comment.