From 05913f46e8c8deacfbd12b39154c762042cf6869 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 2 Oct 2024 17:52:27 +0200 Subject: [PATCH] bump: Akka 2.9.6 --- 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 9f83676..e075cdd 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.3 akka_http_version=10.6.3 -akka_version=2.9.4 +akka_version=2.9.6 sbt_version=maven(org.scala-sbt, sbt, stable) organization=com.example package=$organization$