Skip to content

Commit

Permalink
Merge pull request #4442 from sebastian-alfers/bump-akka-2.10.0
Browse files Browse the repository at this point in the history
chore:bump akka to 2.10.0
  • Loading branch information
sebastian-alfers authored Oct 17, 2024
2 parents 72bd2ac + 06eacd2 commit efa2029
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion native-image-tests/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.6.3")
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.0-M1")
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.0")

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down
2 changes: 1 addition & 1 deletion project/AkkaDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object AkkaDependency {
}

// Default version updated only when needed, https://doc.akka.io/libraries/akka-core/current/project/downstream-upgrade-strategy.html
val minimumExpectedAkkaVersion = "2.10.0-M1"
val minimumExpectedAkkaVersion = "2.10.0"
val default = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)
val docs = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)

Expand Down
2 changes: 1 addition & 1 deletion samples/akka-http-quickstart-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.0</version>

<properties>
<akka.version>2.10.0-M1</akka.version>
<akka.version>2.10.0</akka.version>
<akka-http.version>10.6.3</akka-http.version>
<scala.binary.version>2.13</scala.binary.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion samples/akka-http-quickstart-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.6.3")
lazy val akkaVersion = "2.10.0-M1"
lazy val akkaVersion = "2.10.0"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

Expand Down

0 comments on commit efa2029

Please sign in to comment.