Skip to content

Commit

Permalink
fix: correct akkaBinary value (#1978)
Browse files Browse the repository at this point in the history
* fix: correct akkaBinary value

Co-authored-by: Enno Runne <[email protected]>

---------

Co-authored-by: Enno Runne <[email protected]>
  • Loading branch information
sebastian-alfers and ennru authored Sep 25, 2024
1 parent 62de2a6 commit 866bd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
// themselves. For more information see
// https://doc.akka.io//docs/akka/current/project/downstream-upgrade-strategy.html
val akka = "2.10.0-M1"
val akkaBinary = "2.11"
val akkaBinary = VersionNumber(akka).numbers match { case Seq(major, minor, _*) => s"$major.$minor" }
val akkaHttp = "10.7.0-M1"
val akkaHttpBinary = "10.6"

Expand Down

0 comments on commit 866bd58

Please sign in to comment.