diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3aa7224..e102789 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,10 @@ jobs: - name: Setup JDK uses: actions/setup-java@v4 with: - distribution: adopt + distribution: temurin java-version: 17 + - name: Setup sbt launcher + uses: sbt/setup-sbt@v1 - name: Build and Test run: sbt -v +test - name: Prepare Uber jar