From f63dff414ee217f0fce34c852b5ef2ec5510401e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Mon, 5 May 2025 18:01:11 +0200 Subject: [PATCH] bump: Akka 25.05.0 --- 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 5a74f34..6fbcb61 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.4 -akka_http_version=10.7.0 -akka_version=2.10.3 +akka_http_version=10.7.1 +akka_version=2.10.5 sbt_version=maven(org.scala-sbt, sbt, stable) organization=com.example package=$organization$