diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc362189e..c9b706464 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1] + scala: [3.3.3] java: [temurin@18] runs-on: ${{ matrix.os }} steps: @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1] + scala: [3.3.3] java: [temurin@18] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 213b79546..265eaf1a6 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val specs2 = project /** COMMON SETTINGS */ -val Scala3 = "3.3.1" +val Scala3 = "3.3.3" lazy val specs2Settings = Seq( organization := "org.specs2",