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-scala.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c8b84e  pekko 1.0.3 release (#12)
0c8b84e is described below

commit 0c8b84e2cd6fc1403d7ee7d32ba2dd49c42fcf74
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 24 17:56:14 2024 +0100

    pekko 1.0.3 release (#12)
---
 README.md                      | 2 +-
 project/build.properties       | 2 +-
 src/main/g8/default.properties | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6168d52..8cfd30f 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Prerequisites:
 
 Open a console and run the following command to apply this template:
  ```
-sbt -Dsbt.version=1.9.9 new apache/pekko-quickstart-scala.g8
+sbt -Dsbt.version=1.10.0 new apache/pekko-quickstart-scala.g8
  ```
 
 This template will prompt for the name of the project. Press `Enter` if the 
default values suit you.
diff --git a/project/build.properties b/project/build.properties
index 04267b1..081fdbb 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.9
+sbt.version=1.10.0
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index 2379194..77836c4 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,5 +1,5 @@
 name = pekko-quickstart-scala
 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 Scala. This 
app uses Apache Pekko, Scala, and ScalaTest.
-pekko_version=1.0.2
+pekko_version=1.0.3
 sbt_version=maven(org.scala-sbt, sbt, stable)
 package=com.example


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to