From 58e2c7b1f18a9fb14b0c1d996b7a6a7e04bbcdcf Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sat, 19 Oct 2024 13:26:16 -0700 Subject: [PATCH] require JDK 17 (#118) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5358ae6..21b8dac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: temurin - java-version: 11 + java-version: 17 + - uses: sbt/setup-sbt@v1 - name: Test run: sbt core/publishLocal plugin/publishLocal