We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4627c1a commit 58a00b6Copy full SHA for 58a00b6
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
java-version: ${{ matrix.java-version }}
28
cache: sbt
29
30
+ - uses: sbt/setup-sbt@v1
31
+
32
- name: Run the project
33
run: sbt run
34
README.md
@@ -25,7 +25,7 @@ You will need to make the following adjustments to your build:
25
### project/build.properties
26
```
-sbt.version=1.10.6
+sbt.version=1.10.7
You must use sbt 1.5.5 or newer; older versions of sbt are not supported.
project/build.properties
@@ -1 +1 @@
1
0 commit comments