diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 8029397..f710bc0 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -10,7 +10,7 @@ jobs: matrix: java: [8] sbt: - - 1.8.3 + - 1.10.1 - 0.13.18 steps: - uses: actions/checkout@v3