diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf9c946..9b878689 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up JDK 17 uses: coursier/setup-action@v1 with: - jvm: adopt:17 + jvm: 17 apps: sbtn - name: Build and Test run: sbt -v +test \ No newline at end of file