diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8c08e7..8ca92bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.10] + scala: [2.12.13] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -101,7 +101,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.10] + scala: [2.12.13] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -182,7 +182,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.10] + scala: [2.12.13] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index a5e62e3..b926321 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.collection.Seq -ThisBuild / scalaVersion := "2.12.10" +ThisBuild / scalaVersion := "2.12.13" ThisBuild / publishAsOSSProject in ThisBuild := true