From 29f5481947fd1659caabd36b4a505ff935bac804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Wed, 5 Nov 2025 13:56:00 +0100 Subject: [PATCH] bump: Akka 2.10.11, Akka HTTP 10.7.3 --- src/main/g8/default.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 3da8cc9..48e2dd6 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,8 +1,8 @@ name=My Akka HTTP Project description=This is a seed project which creates a basic build for an Akka HTTP application using Scala. scala_version=3.3.7 -akka_http_version=10.7.2 -akka_version=2.10.10 +akka_http_version=10.7.3 +akka_version=2.10.11 sbt_version=maven(org.scala-sbt, sbt, stable) organization=com.example package=$organization$