From ac3154b57fb28a42fdb5b602c18c2039dd8351d2 Mon Sep 17 00:00:00 2001 From: Rachel Miles <74301289+codingWithRach@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:50:46 +0000 Subject: [PATCH] Add setup-sbt to workflow --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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: