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 f0a37dd pekko 1.0.3 (#12)
f0a37dd is described below
commit f0a37ddd733f98e8682e98723bed914030b41cb4
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 24 18:58:56 2024 +0100
pekko 1.0.3 (#12)
---
docs/build.sbt | 2 +-
project/build.properties | 2 +-
src/main/g8/build.gradle | 16 ++++++++--------
src/main/g8/build.sbt | 2 +-
src/main/g8/default.properties | 4 ++--
src/main/g8/gradle/wrapper/gradle-wrapper.jar | Bin 63721 -> 43453 bytes
.../g8/gradle/wrapper/gradle-wrapper.properties | 2 +-
src/main/g8/gradlew.bat | 20 ++++++++++----------
src/main/g8/pom.xml | 12 ++++++------
9 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/docs/build.sbt b/docs/build.sbt
index 89d258d..2d03bd7 100644
--- a/docs/build.sbt
+++ b/docs/build.sbt
@@ -1,5 +1,5 @@
// Scala version to use inside sbt
-scalaVersion := "2.12.18"
+scalaVersion := "2.12.19"
Compile / paradoxProperties ++= Map(
"snip.g8root.base_dir" -> "../../../../src/main/g8",
diff --git a/project/build.properties b/project/build.properties
index 04267b1..081fdbb 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.9
+sbt.version=1.10.0
diff --git a/src/main/g8/build.gradle b/src/main/g8/build.gradle
index b49c1dd..bcb5d8d 100644
--- a/src/main/g8/build.gradle
+++ b/src/main/g8/build.gradle
@@ -13,18 +13,18 @@ repositories {
}
dependencies {
- implementation 'org.scala-lang:scala-library:2.13.13'
+ implementation 'org.scala-lang:scala-library:$scala_version$'
- implementation 'org.apache.pekko:pekko-actor-typed_2.13:$pekko_version$'
- implementation 'org.apache.pekko:pekko-discovery_2.13:$pekko_version$'
- implementation 'org.apache.pekko:pekko-stream_2.13:$pekko_version$'
- implementation 'org.apache.pekko:pekko-pki_2.13:$pekko_version$'
+ implementation
'org.apache.pekko:pekko-actor-typed_$scala_major_version$:$pekko_version$'
+ implementation
'org.apache.pekko:pekko-discovery_$scala_major_version$:$pekko_version$'
+ implementation
'org.apache.pekko:pekko-stream_$scala_major_version$:$pekko_version$'
+ implementation
'org.apache.pekko:pekko-pki_$scala_major_version$:$pekko_version$'
implementation 'ch.qos.logback:logback-classic:1.2.13'
- testImplementation
'org.apache.pekko:pekko-actor-testkit-typed_2.13:$pekko_version$'
- testImplementation
'org.apache.pekko:pekko-stream-testkit_2.13:$pekko_version$'
- testImplementation 'org.scalatest:scalatest_2.13:3.2.18'
+ testImplementation
'org.apache.pekko:pekko-actor-testkit-typed_$scala_major_version$:$pekko_version$'
+ testImplementation
'org.apache.pekko:pekko-stream-testkit_$scala_major_version$:$pekko_version$'
+ testImplementation 'org.scalatest:scalatest_$scala_major_version$:3.2.19'
// optional in Scalatest
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.62.2'
// Required by https://github.com/maiflai/gradle-scalatest
diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt
index c125be8..8f9e372 100644
--- a/src/main/g8/build.sbt
+++ b/src/main/g8/build.sbt
@@ -25,5 +25,5 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
"org.apache.pekko" %% "pekko-stream-testkit" % pekkoVersion % Test,
- "org.scalatest" %% "scalatest" % "3.2.18" % Test
+ "org.scalatest" %% "scalatest" % "3.2.19" % Test
)
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index 8f8b9d7..7b9170c 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.0.2
-pekko_version=1.0.2
+pekko_version=1.0.3
sbt_version=maven(org.scala-sbt, sbt, stable)
scala_major_version=2.13
-scala_version=2.13.13
+scala_version=2.13.14
verbatim=*.scala *.conf *.proto *.pem *.key gradlew gradlew.bat
gradle-wrapper.properties gradle-wrapper.jar
diff --git a/src/main/g8/gradle/wrapper/gradle-wrapper.jar
b/src/main/g8/gradle/wrapper/gradle-wrapper.jar
index 7f93135..e644113 100644
Binary files a/src/main/g8/gradle/wrapper/gradle-wrapper.jar and
b/src/main/g8/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/src/main/g8/gradle/wrapper/gradle-wrapper.properties
b/src/main/g8/gradle/wrapper/gradle-wrapper.properties
index 164080a..a441313 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-7.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/src/main/g8/gradlew.bat b/src/main/g8/gradlew.bat
index 6689b85..7101f8e 100644
--- a/src/main/g8/gradlew.bat
+++ b/src/main/g8/gradlew.bat
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your
PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your
PATH. 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
goto fail
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
goto fail
diff --git a/src/main/g8/pom.xml b/src/main/g8/pom.xml
index c39a2df..f384d83 100644
--- a/src/main/g8/pom.xml
+++ b/src/main/g8/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_\${scala.binary.version}</artifactId>
- <version>3.2.18</version>
+ <version>3.2.19</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -78,7 +78,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
- <version>3.4.1</version>
+ <version>4.9.1</version>
<executions>
<execution>
<goals>
@@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.7</version>
+ <version>3.3.0</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
@@ -119,7 +119,7 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
- <version>1.0</version>
+ <version>2.2.0</version>
<configuration>
<reportsDirectory>\${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
@@ -137,7 +137,7 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.5.1</version>
+ <version>3.7.1</version>
<executions>
<execution>
<id>getClasspathFilenames</id>
@@ -153,7 +153,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
+ <version>3.3.0</version>
<executions>
<execution>
<id>server</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]