This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-quickstart-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 188e245 chore(ci): run with jdk17 (#56)
188e245 is described below
commit 188e2451d9297edc8a1ce4d2f6df1ddf30286214
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Aug 30 15:17:10 2026 +0200
chore(ci): run with jdk17 (#56)
---
.github/workflows/build-test.yml | 6 +++---
project/paradox.sbt | 2 ++
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index c3de374..81f3468 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -13,11 +13,11 @@ jobs:
# we don't know what commit the last tag was it's safer to get
entire repo so previousStableVersion resolves
fetch-depth: 0
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/[email protected]
with:
distribution: temurin
- java-version: 11
+ java-version: 17
- name: Install sbt
uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8
@@ -27,4 +27,4 @@ jobs:
- name: generate and test
# This runs the template with the default parameters, and runs test
within the templated app.
- run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test
docs/paradox
\ No newline at end of file
+ run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test
docs/paradox
diff --git a/project/paradox.sbt b/project/paradox.sbt
index 7df21fa..694d0a0 100644
--- a/project/paradox.sbt
+++ b/project/paradox.sbt
@@ -1,2 +1,4 @@
// sbt-paradox, used for documentation
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
+// Needed until we update pekko-sbt-paradox beyond 1.0.1
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.11.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]