We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8320c1 commit fe0241bCopy full SHA for fe0241b
native-image-tests/build.sbt
@@ -1,6 +1,6 @@
1
// note: not important to keep these up to date, CI will always bump to correct versions
2
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.7.1")
3
-lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.5")
+lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.11")
4
5
ThisBuild / resolvers += "lightbend-akka".at("https://repo.akka.io/maven/github_actions")
6
ThisBuild / credentials ++= {
0 commit comments