diff --git a/.github/workflows/bigquery-integration.yml b/.github/workflows/bigquery-integration.yml index 011c2a1..41bee66 100644 --- a/.github/workflows/bigquery-integration.yml +++ b/.github/workflows/bigquery-integration.yml @@ -33,7 +33,7 @@ jobs: name: Code Coverage IT Tests strategy: matrix: - scala: [2.12.20, 2.13.16] + scala: [2.12.20, 2.13.18] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 231949f..b74f69a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -25,7 +25,7 @@ jobs: name: Code Coverage strategy: matrix: - scala: [2.12.20, 2.13.16] + scala: [2.12.20, 2.13.18] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/build.sbt b/build.sbt index 9e191c0..88047ae 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val projectName = "big-data-types" //version := versionNumber name := projectName -lazy val scala213 = "2.13.16" +lazy val scala213 = "2.13.18" lazy val scala212 = "2.12.20" lazy val scala3 = "3.3.3" lazy val supportedScalaVersions = List(scala3, scala213, scala212)