diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94a942c..3f59bba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,8 @@ jobs: java-version: ${{ matrix.java-version }} cache: sbt + - uses: sbt/setup-sbt@v1 + - name: Run the project run: sbt run diff --git a/README.md b/README.md index da09843..32ddda8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You will need to make the following adjustments to your build: ### project/build.properties ``` -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. diff --git a/project/build.properties b/project/build.properties index e88a0d8..73df629 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.6 +sbt.version=1.10.7