From 8c66817d52e99031bebbfa31a2d8bc8fdd5698d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 8 Apr 2025 16:29:11 +0200 Subject: [PATCH] bump: Akka 2.10.3 --- src/main/g8/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 94c572b..5a74f34 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -2,7 +2,7 @@ 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.0 +akka_version=2.10.3 sbt_version=maven(org.scala-sbt, sbt, stable) organization=com.example package=$organization$