Skip to content

Commit 63ec03c

Browse files
committed
upgrade CI plugin
1 parent 9f9317d commit 63ec03c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
java-version: 21
4848
cache: sbt
4949

50+
- name: Setup sbt
51+
uses: sbt/setup-sbt@v1
52+
5053
- name: Check that workflows are up to date
5154
run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' githubWorkflowCheck
5255

@@ -94,6 +97,9 @@ jobs:
9497
java-version: 21
9598
cache: sbt
9699

100+
- name: Setup sbt
101+
uses: sbt/setup-sbt@v1
102+
97103
- name: Download target directories (2.11.12)
98104
uses: actions/download-artifact@v4
99105
with:

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
66

77
//addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
88

9-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
9+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010

11-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
11+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
1212

1313
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
1414

0 commit comments

Comments
 (0)