This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git


The following commit(s) were added to refs/heads/main by this push:
     new ac94f12  upgrade sbt and plugin (#137)
ac94f12 is described below

commit ac94f128d376d8afc903859b6898ce38d9536890
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jan 3 16:50:44 2025 +0100

    upgrade sbt and plugin (#137)
---
 .github/workflows/ci.yml | 6 ++++++
 NOTICE                   | 2 +-
 project/build.properties | 2 +-
 project/plugins.sbt      | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 93f4b21..a6e06ca 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,6 +53,9 @@ jobs:
           java-version: 8
           cache: sbt
 
+      - name: Setup sbt
+        uses: sbt/setup-sbt@v1
+
       - name: Check that workflows are up to date
         shell: bash
         run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
@@ -106,6 +109,9 @@ jobs:
           java-version: 8
           cache: sbt
 
+      - name: Setup sbt
+        uses: sbt/setup-sbt@v1
+
       - name: Download target directories (2.12.18)
         uses: actions/download-artifact@v4
         with:
diff --git a/NOTICE b/NOTICE
index b03b16d..e2f1dc3 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Pekko SBT Paradox
-Copyright 2023-2024 The Apache Software Foundation
+Copyright 2023-2025 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (https://www.apache.org/).
diff --git a/project/build.properties b/project/build.properties
index 0b699c3..73df629 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.10.2
+sbt.version=1.10.7
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 98c4d92..05b3eb9 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -25,4 +25,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
 addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.12")
 addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")


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

Reply via email to