Skip to content

Commit fe0241b

Browse files
authored
build: bump Akka 2.10.11 in native image test as well (#4522)
1 parent d8320c1 commit fe0241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-image-tests/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// note: not important to keep these up to date, CI will always bump to correct versions
22
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.7.1")
3-
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.5")
3+
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.11")
44

55
ThisBuild / resolvers += "lightbend-akka".at("https://repo.akka.io/maven/github_actions")
66
ThisBuild / credentials ++= {

0 commit comments

Comments
 (0)