This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new ec28843 Update sbt to 2.0.2 (#41)
ec28843 is described below
commit ec2884382324e13db166b16f90f5affabfd7e5ed
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 16 13:32:51 2026 +0200
Update sbt to 2.0.2 (#41)
* Update sbt to 2.0.2
* chore: update to java 17
---------
Co-authored-by: Arnout Engelen <[email protected]>
---
.github/workflows/ci.yml | 4 ++--
project/build.properties | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1e49f11..e541015 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,11 +18,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/setup-java@v5
with:
distribution: temurin
- java-version: 11
+ java-version: 17
- name: Install sbt
uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1
diff --git a/project/build.properties b/project/build.properties
index 7c95fc1..3e39c25 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.12.13
+sbt.version=2.0.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]