We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc0a95 commit b5eda22Copy full SHA for b5eda22
.github/workflows/ci.yml
@@ -32,6 +32,8 @@ jobs:
32
with:
33
fetch-depth: 0
34
35
+ - uses: sbt/setup-sbt@v1
36
+
37
- name: Set up JVM
38
uses: actions/setup-java@v4
39
@@ -55,6 +57,8 @@ jobs:
55
57
56
58
59
60
61
62
63
64
@@ -77,6 +81,8 @@ jobs:
77
81
78
82
79
83
84
85
80
86
87
88
.github/workflows/release.yml
@@ -12,6 +12,8 @@ jobs:
12
13
14
15
16
17
18
19
0 commit comments