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 b3db726 fix doc build issue in CI (#16)
b3db726 is described below
commit b3db726b4721fdd25d65d11a72deab6496818b4b
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Sep 10 14:31:13 2025 +0100
fix doc build issue in CI (#16)
* revert doc build to scala 2.12
* remove scalaversion from docs build
* logback 1.3.15
---
docs/build.sbt | 2 --
src/main/g8/build.gradle | 2 +-
src/main/g8/build.sbt | 2 +-
src/main/g8/pom.xml | 2 +-
4 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/docs/build.sbt b/docs/build.sbt
index 4d4d779..acd4e62 100644
--- a/docs/build.sbt
+++ b/docs/build.sbt
@@ -1,5 +1,3 @@
-// Scala version to use inside sbt
-scalaVersion := "2.13.16"
Compile / paradoxProperties ++= Map(
"snip.g8root.base_dir" -> "../../../../src/main/g8",
diff --git a/src/main/g8/build.gradle b/src/main/g8/build.gradle
index 58c0d96..74df1bd 100644
--- a/src/main/g8/build.gradle
+++ b/src/main/g8/build.gradle
@@ -20,7 +20,7 @@ dependencies {
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.3.14'
+ implementation 'ch.qos.logback:logback-classic:1.3.15'
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$'
diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt
index 20750b5..ee5e971 100644
--- a/src/main/g8/build.sbt
+++ b/src/main/g8/build.sbt
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
"org.apache.pekko" %% "pekko-pki" % pekkoVersion,
- "ch.qos.logback" % "logback-classic" % "1.3.14",
+ "ch.qos.logback" % "logback-classic" % "1.3.15",
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
"org.apache.pekko" %% "pekko-stream-testkit" % pekkoVersion % Test,
diff --git a/src/main/g8/pom.xml b/src/main/g8/pom.xml
index b781541..4bdbb5c 100644
--- a/src/main/g8/pom.xml
+++ b/src/main/g8/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.3.14</version>
+ <version>1.3.15</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]