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-http-quickstart-scala.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new b3122f7  pin sbt1 (#41)
b3122f7 is described below

commit b3122f79d121ea44235f2db15ed74b34e34a197b
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jul 19 00:19:03 2026 +0100

    pin sbt1 (#41)
    
    * pin sbt1
    
    * java 17
    
    * Update ci.yml
    
    * Update ci.yml
    
    * Update ci.yml
    
    * Update ci.yml
    
    * Update ci.yml
---
 .github/workflows/ci.yml | 11 +++++++----
 .scala-steward.conf      |  6 ++++++
 project/build.properties |  2 +-
 project/paradox.sbt      |  2 ++
 4 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f13e3d5..eff6460 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,14 +15,14 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v7
 
-      - name: Setup Java 11
+      - name: Setup Java 17
         uses: actions/setup-java@v5
         with:
           distribution: temurin
-          java-version: 11
+          java-version: 17
 
       - name: Install sbt
-        uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1
+        uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1
 
       - name: Cache Coursier cache
         uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
@@ -32,4 +32,7 @@ jobs:
 
       - name: generate and test, Scala 2.13
         run: |-
-          sbt new file://$PWD --name=hello-world --scala_version=2.13.18 
--force && pushd hello-world &&  sbt test
+          export SBT_VERSION=1.12.14
+          sbt -Dsbt.version=$SBT_VERSION new file://$PWD --name=hello-world 
--scala_version=2.13.18 --force
+          cd hello-world
+          sbt -Dsbt.version=$SBT_VERSION test
diff --git a/.scala-steward.conf b/.scala-steward.conf
new file mode 100644
index 0000000..9782b83
--- /dev/null
+++ b/.scala-steward.conf
@@ -0,0 +1,6 @@
+updates.pin = [
+  # we have too many build plugins that need sbt 1.x
+  { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
+]
+
+updatePullRequests = "always"
diff --git a/project/build.properties b/project/build.properties
index 7c1916d..e544c4d 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.12.12
+sbt.version=1.12.14
diff --git a/project/paradox.sbt b/project/paradox.sbt
index 3266aba..32b21e2 100644
--- a/project/paradox.sbt
+++ b/project/paradox.sbt
@@ -1 +1,3 @@
 addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.7")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to