diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c29f14d..9facb0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3, 2.13.11, 2.12.13] + scala: [3.4.1, 2.13.11, 2.12.13] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -79,12 +79,12 @@ jobs: java-version: 11 cache: sbt - - name: Download target directories (3.1.3) + - name: Download target directories (3.4.1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.4.1) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 9f645a0..843853e 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val scalaCheckEffect = "org.typelevel" %% "scalacheck-effect-munit" % scalaCheck //Scala versions supported val scala213 = "2.13.11" val scala212 = "2.12.13" -val scala3 = "3.1.3" +val scala3 = "3.4.1" // Project setup inThisBuild(