diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b9428c..256e7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.5] + scala: [3.3.6] java: [zulu@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.5] + scala: [3.3.6] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -101,12 +101,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (3.3.5) + - name: Download target directories (3.3.6) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }} - - name: Inflate target directories (3.3.5) + - name: Inflate target directories (3.3.6) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index ac2c4dc..103f2b9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ inThisBuild( name := "quotidian", normalizedName := "quotidian", organization := "io.github.kitlangton", - scalaVersion := "3.3.5", + scalaVersion := "3.3.6", homepage := Some(url("https://github.com/kitlangton/quotidian")), licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")), developers := List(