diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73e3735..0e28a7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14, 3.3.1] + scala: [2.13.14, 3.3.3] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -62,7 +62,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1] + scala: [3.3.3] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -89,12 +89,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1) + - name: Download target directories (3.3.3) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} - - name: Inflate target directories (3.3.1) + - name: Inflate target directories (3.3.3) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 9b0e5e4..563ccce 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -7,7 +7,7 @@ pull_request_rules: conditions: - author=scala-steward - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@8) - - check-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8) + - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@8) actions: queue: name: default diff --git a/build.sbt b/build.sbt index 5990894..d97e9cb 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject} ThisBuild / organization := "io.github.nafg.jewish-date" -ThisBuild / scalaVersion := "3.3.1" +ThisBuild / scalaVersion := "3.3.3" ThisBuild / crossScalaVersions := List("2.13.14", (ThisBuild / scalaVersion).value) ThisBuild / scalacOptions ++=