Skip to content

Commit ac94f12

Browse files
authored
upgrade sbt and plugin (#137)
1 parent ce0842d commit ac94f12

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
java-version: 8
5454
cache: sbt
5555

56+
- name: Setup sbt
57+
uses: sbt/setup-sbt@v1
58+
5659
- name: Check that workflows are up to date
5760
shell: bash
5861
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
@@ -106,6 +109,9 @@ jobs:
106109
java-version: 8
107110
cache: sbt
108111

112+
- name: Setup sbt
113+
uses: sbt/setup-sbt@v1
114+
109115
- name: Download target directories (2.12.18)
110116
uses: actions/download-artifact@v4
111117
with:

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Pekko SBT Paradox
2-
Copyright 2023-2024 The Apache Software Foundation
2+
Copyright 2023-2025 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (https://www.apache.org/).

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.2
1+
sbt.version=1.10.7

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2525
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.12")
2626
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
2727
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
28-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
28+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")

0 commit comments

Comments
 (0)