diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7b8566..e6889c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup JDK - uses: actions/setup-java@v4 - with: - distribution: corretto - java-version: 21 - cache: sbt + - uses: guardian/setup-scala@v1 - name: Build and Test run: sbt -v +test - name: Test Summary