From 91bd7652898447511304ed6d678c12eea739db1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 28 Oct 2025 08:51:04 +0100 Subject: [PATCH] bump: Akka 2.10.10, Scala 3.3.7 --- 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 855809c..3da8cc9 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 +scala_version=3.3.7 akka_http_version=10.7.2 -akka_version=2.10.9 +akka_version=2.10.10 sbt_version=maven(org.scala-sbt, sbt, stable) organization=com.example package=$organization$