From 858e3eb009c93d0f6a2387aa0a48c2c856f93713 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 26 May 2025 17:00:38 +0200 Subject: [PATCH] bump: Akka core 2.10.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e6de30e7d..ac9534380 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ object Dependencies { // NOTE: embedded SDK should have the AkkaVersion aligned, when updating RuntimeVersion, make sure to check // if AkkaVersion and AkkaHttpVersion are aligned // for prod code, they are marked as Provided, but testkit still requires the alignment - val AkkaVersion = "2.10.5" + val AkkaVersion = "2.10.6" val AkkaHttpVersion = "10.7.1" // Note: should at least the Akka HTTP version required by Akka gRPC // Note: the Scala version must be aligned with the runtime