diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6468b03..401a76a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-java@v5 with: distribution: temurin - java-version: 17.0.20+101 + java-version: 25.0.4+101.0.LTS - name: Setup sbt launcher uses: sbt/setup-sbt@v1 - name: Build and Test