This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-java.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new 37cd15d  pekko 1.2.0 (#9)
37cd15d is described below

commit 37cd15d7c4c7a8b6d022a1cb4f82f2b09e8ab6c7
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Sep 10 12:24:59 2025 +0100

    pekko 1.2.0 (#9)
---
 .github/workflows/ci.yml       | 11 +++++++----
 project/build.properties       |  2 +-
 src/main/g8/default.properties |  6 +++---
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d6ff1a0..ed96e8a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,20 +12,23 @@ jobs:
   check:
     name: "Build and test"
     if: github.repository == 'apache/pekko-grpc-quickstart-java.g8'
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       - name: Setup Java 11
-        uses: actions/setup-java@v4
+        uses: actions/setup-java@v5
         with:
           distribution: temurin
           java-version: 11
 
+      - name: Install sbt
+        uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6
+        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
6.4.7
 
       - name: sbt & Paradox
         run: sbt test docs/paradox
diff --git a/project/build.properties b/project/build.properties
index 09feeee..5e6884d 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.10.4
+sbt.version=1.11.6
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index ff89023..273a0f8 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,8 +1,8 @@
 name=pekko-grpc-quickstart-java
 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 Java.
-pekko_grpc_version=1.1.0
-pekko_version=1.1.2
+pekko_grpc_version=1.1.1
+pekko_version=1.2.0
 sbt_version=maven(org.scala-sbt, sbt, stable)
 scala_major_version=2.13
-scala_version=2.13.15
+scala_version=2.13.16
 verbatim=*.java *.conf *.proto *.pem *.key gradlew gradlew.bat 
gradle-wrapper.properties gradle-wrapper.jar


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

Reply via email to