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-grpc-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 5d01dfd upgrade scala and pekko (#14)
5d01dfd is described below
commit 5d01dfd6715ebe4331bf5fa4d7b031b4a23e8c9f
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 20 20:16:29 2026 +0100
upgrade scala and pekko (#14)
* upgrade scala and pekko
* Update default.properties
* Update gradle-wrapper.properties
---
src/main/g8/default.properties | 4 ++--
src/main/g8/gradle/wrapper/gradle-wrapper.properties | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index b79aecd..6e5c7ac 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.2.0
-pekko_version=1.2.1
+pekko_version=1.4.0
sbt_version=maven(org.scala-sbt, sbt, stable)
scala_major_version=2.13
-scala_version=2.13.17
+scala_version=2.13.18
verbatim=*.java *.conf *.proto *.pem *.key gradlew gradlew.bat
gradle-wrapper.properties gradle-wrapper.jar
diff --git a/src/main/g8/gradle/wrapper/gradle-wrapper.properties
b/src/main/g8/gradle/wrapper/gradle-wrapper.properties
index a441313..d4081da 100644
--- a/src/main/g8/gradle/wrapper/gradle-wrapper.properties
+++ b/src/main/g8/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]