Skip to content

Commit 95e8feb

Browse files
authored
Merge pull request #1720 from eed3si9n/wip/more-github-actions-fix
Remove sbt-vspp to fix release
2 parents 809b9fb + cce082a commit 95e8feb

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/publish-site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
tags: ["*"]
55
jobs:
66
publish:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
with:
1111
fetch-depth: 0
1212

1313
# setup build environment
1414
- name: Setup JDK
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
1717
distribution: zulu
1818
java-version: 8

project/plugins.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
1414

1515
// binary compatibility checks
1616
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
17-
18-
// for enterprise Artifactory compatibility
19-
addSbtPlugin("com.scalawilliam.esbeetee" % "sbt-vspp" % "0.4.11")

0 commit comments

Comments
 (0)