diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e32e027..4d8e3be1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - - - name: Setup JDK - uses: actions/setup-java@v4 - with: - distribution: corretto - java-version: 11 - cache: sbt + - uses: sbt/setup-sbt@v1.1.0 - name: Test env: