Skip to content

Commit

Permalink
Downgrade Akka and Akka HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirlogachev committed Jan 27, 2025
1 parent 715cfef commit ff9442b
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 @@ -8,9 +8,9 @@ object Dependencies {
private[this] val protoSchemasLib =
"com.wavesplatform" % "protobuf-schemas" % "1.5.2" classifier "protobuf-src" intransitive ()

private def akkaModule(module: String) = "com.typesafe.akka" %% s"akka-$module" % "2.10.0"
private def akkaModule(module: String) = ("com.typesafe.akka" %% s"akka-$module" % "2.6.21").cross(CrossVersion.for3Use2_13)

private def akkaHttpModule(module: String) = "com.typesafe.akka" %% module % "10.7.0"
private def akkaHttpModule(module: String) = ("com.typesafe.akka" %% module % "10.2.10").cross(CrossVersion.for3Use2_13)

private def kamonModule(module: String) = "io.kamon" %% s"kamon-$module" % "2.7.5"

Expand Down

0 comments on commit ff9442b

Please sign in to comment.