diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a8c6b4..dd2ee11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: temurin - java-version: '22' + java-version: '23' cache: sbt - name: Check linting and formatting