diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 366a37da..81882dfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.16, 3.3.4] + scala: [2.12.20, 2.13.16, 3.3.5] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index ff58d9b5..b107faba 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / versionScheme := Some("always") Global / onChangedBuildSource := ReloadOnSourceChanges lazy val scalaVersion213 = "2.13.16" -lazy val scalaVersion3 = "3.3.4" +lazy val scalaVersion3 = "3.3.5" ThisBuild / scalaVersion := scalaVersion213 ThisBuild / crossScalaVersions := Seq("2.12.20", scalaVersion213, scalaVersion3)