We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 809b9fb + cce082a commit 95e8febCopy full SHA for 95e8feb
2 files changed
.github/workflows/publish-site.yml
@@ -4,15 +4,15 @@ on:
4
tags: ["*"]
5
jobs:
6
publish:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
with:
11
fetch-depth: 0
12
13
# setup build environment
14
- name: Setup JDK
15
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
16
17
distribution: zulu
18
java-version: 8
project/plugins.sbt
@@ -14,6 +14,3 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
// binary compatibility checks
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
-
-// for enterprise Artifactory compatibility
19
-addSbtPlugin("com.scalawilliam.esbeetee" % "sbt-vspp" % "0.4.11")
0 commit comments