diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca9b61c..922fa7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,11 +46,11 @@ jobs: - name: Checkout uses: actions/checkout@v7 - - name: Setup Java 11 + - name: Setup Java 17 uses: actions/setup-java@v5 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Install sbt uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0 diff --git a/project/build.properties b/project/build.properties index 7c95fc1..3e39c25 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.13 +sbt.version=2.0.2