We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e168cce commit 1daf547Copy full SHA for 1daf547
.github/workflows/build.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
distribution: 'temurin'
18
java-version: 17
19
+ - uses: sbt/setup-sbt@v1
20
- name: Cache sbt
21
uses: actions/cache@v2
22
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
tags: ["*"]
6
jobs:
7
publish:
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v3
11
0 commit comments