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-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 91e1d60 Update Pekko and Scala versions in properties file (#23)
91e1d60 is described below
commit 91e1d6073034534a1bd35c6c5eddb675ed1bc9fc
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 20 20:16:49 2026 +0100
Update Pekko and Scala versions in properties file (#23)
---
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 478135c..703fd6a 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,8 +1,8 @@
name = pekko-grpc-quickstart-scala
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.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=*.scala *.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]