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/incubator-pekko-grpc-quickstart-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 8b18487 fix properties
8b18487 is described below
commit 8b18487678d92d1b63f94d2ddc67417a407a1eb9
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Dec 6 13:37:28 2023 +0100
fix properties
---
README.md | 2 +-
src/main/g8/default.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3f813b6..77f9490 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ It can also be used as a [Giter8][g8] template for Pekko with
Scala.
Prerequisites:
- JDK 8
-- [sbt][sbt] 1.4.x or higher ([download here][sbt_download])
+- [sbt][sbt] 1.9.x or higher ([download here][sbt_download])
Open a console and run the following command to apply this template:
```
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index 8e8e95a..8561f40 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,7 +1,7 @@
name = pekko-grpc-quickstart-scala
description = Pekko gRPC is a toolkit for building streaming gRPC servers and
clients on top of Pekko Streams. This simple application will get you started
building gRPC based systems with Scala. This app uses Pekko, Scala, and
ScalaTest.
pekko_grpc_version=1.0.1
-pekko_version=1.02
+pekko_version=1.0.2
sbt_version=maven(org.scala-sbt, sbt, stable)
scala_major_version=2.13
scala_version=2.13.12
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]