diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8965620..c331db7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [3.3.7] + scala: [3.3.8] java: - temurin@8 - temurin@11 diff --git a/build.sbt b/build.sbt index c24c975..2e88c70 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val scala2 = "2.13.18" -val scala3 = "3.3.7" +val scala3 = "3.3.8" ThisBuild / scalaVersion := scala3