Skip to content

Commit

Permalink
some more bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Sep 19, 2024
1 parent 5e610a4 commit 9e96198
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.9.3")
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.0-M1")

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//docs/akka/current/project/downstream-upgrade-strategy.html
val minimumExpectedAkkaVersion = "2.9.3"
val minimumExpectedAkkaVersion = "2.10.0-M1"
val default = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)
val docs = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object Dependencies {
// For akka-http-testkit-java
val junit = "junit" % "junit" % junitVersion // Common Public License 1.0

val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.3"
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "2.10.0-M1"

val scalafix = "ch.epfl.scala" %% "scalafix-core" % Dependencies.scalafixVersion // grab from plugin

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.9.3</akka.version>
<akka.version>2.10.0-M1</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.9.3"
lazy val akkaVersion = "2.10.0-M1"

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

Expand Down

0 comments on commit 9e96198

Please # to comment.