diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db8f6e8..73f8f09 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,6 @@ jobs: key: ivy2-files - name: Checkout uses: actions/checkout@v4 - - uses: olafurpg/setup-scala@v11 + - uses: olafurpg/setup-scala@v14 - name: SBT tests and artifacts run: sbt test