Skip to content

Commit

Permalink
chore: bump akka-http in samples to 10.7.0, bump akka-http to latest …
Browse files Browse the repository at this point in the history
…M1 in native-image-test (#4444)
  • Loading branch information
sebastian-alfers authored Oct 17, 2024
1 parent 1d98d13 commit 66338e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion native-image-tests/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.6.3")
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.7.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 samples/akka-http-quickstart-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<akka.version>2.10.0</akka.version>
<akka-http.version>10.6.3</akka-http.version>
<akka-http.version>10.7.0</akka-http.version>
<scala.binary.version>2.13</scala.binary.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
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,4 +1,4 @@
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.6.3")
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.7.0")
lazy val akkaVersion = "2.10.0"

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

0 comments on commit 66338e8

Please sign in to comment.