This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new c33c68d pekko 1.1 (#14)
c33c68d is described below
commit c33c68de4c5960fd3a097e3cc95d11e011c25e03
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 15:33:14 2024 +0100
pekko 1.1 (#14)
---
project/build.properties | 2 +-
src/main/g8/default.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/build.properties b/project/build.properties
index 081fdbb..ee4c672 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.10.0
+sbt.version=1.10.1
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index 0521786..37a6cc0 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,5 +1,5 @@
name = pekko-quickstart-java
description = Apache Pekko 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 Java.
-pekko_version=1.0.3
+pekko_version=1.1.1
sbt_version=maven(org.scala-sbt, sbt, stable)
package=com.example
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]