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 0647251  pekko-grpc 1.0.2 (#2)
0647251 is described below

commit 06472513cfc4afbdb5f327c1d857f9a51107bb7b
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jan 13 13:37:30 2024 +0100

    pekko-grpc 1.0.2 (#2)
    
    * pekko-grpc 1.0.2
    
    * Update default.properties
    
    * issue in ci.yml
---
 .github/workflows/ci.yml       | 7 ++++---
 src/main/g8/default.properties | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 56945a1..3681a2c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,10 +18,11 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v4
 
-      - name: Set up JDK 17
-        uses: coursier/[email protected]
+      - name: Set up JDK 11
+        uses: actions/setup-java@v4
         with:
-          jvm: temurin:1.17
+          distribution: temurin
+          java-version: 11
 
       - name: Cache Coursier cache
         uses: coursier/[email protected]
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index 8561f40..accf548 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,6 +1,6 @@
 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
+description = Apache 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.2
 pekko_version=1.0.2
 sbt_version=maven(org.scala-sbt, sbt, stable)
 scala_major_version=2.13


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

Reply via email to