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 08828ff commit 9bf27d8Copy full SHA for 9bf27d8
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
distribution: 'zulu'
20
java-version: '11'
21
cache: 'sbt'
22
+ - uses: sbt/setup-sbt@v1
23
- name: 👌 Run "pre-push" tasks (compile and style-check)
24
run: sbt prep
25
- name: ✅ Run test
.github/workflows/update-github-dependency-graph.yml
@@ -13,4 +13,5 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
17
- uses: scalacenter/sbt-dependency-submission@v3
0 commit comments