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")