From 566c53b9a228a5979dc3889c3ae4c5625991d989 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 2 Oct 2024 15:18:01 +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 1caa78d..f891c92 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,6 +1,6 @@ name = akka-quickstart-scala description = Akka is a toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven apps. This simple application will get you started building Actor based systems with Scala. This app uses Akka, Scala, and ScalaTest. -akka_version=2.9.4 +akka_version=2.9.6 scala_version=3.3.3 sbt_version=maven(org.scala-sbt, sbt, stable) package=com.example