This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch upgrade in repository https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-java.g8.git
commit 5e73302c933db248df39a7b22bb54094ecaa72ab Author: PJ Fanning <[email protected]> AuthorDate: Thu Jan 15 21:47:12 2026 +0100 upgrade scala and pekko --- src/main/g8/default.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index b79aecd..088ee51 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.40 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
