From 1e7f57f1ad71f248df35155273f778a221b4b35d Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Sun, 6 Oct 2024 20:11:16 -0400 Subject: [PATCH] jdk 23 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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