From 9a1e221fed58c86e568383bc50fafdfea5659d03 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 19 Jan 2025 01:29:23 +0100 Subject: [PATCH] scala 2.13.16 (#427) --- .github/workflows/build-test.yml | 2 +- .github/workflows/publish-nightly.yml | 2 +- project/Dependencies.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 967689d7..aaacebf3 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -80,7 +80,7 @@ jobs: strategy: fail-fast: false matrix: - SCALA_VERSION: [2.12.20, 2.13.15, 3.3.4] + SCALA_VERSION: [2.12.20, 2.13.16, 3.3.4] JAVA_VERSION: [8, 11, 17, 21] steps: - name: Checkout diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml index 65705c28..609b68a6 100644 --- a/.github/workflows/publish-nightly.yml +++ b/.github/workflows/publish-nightly.yml @@ -38,7 +38,7 @@ jobs: run: |- cp .jvmopts-ci .jvmopts sbt +publish - sbt ++2.13.15! codegen/publish + sbt ++2.13.16! codegen/publish sbt ++3.3.4! codegen/publish env: NEXUS_USER: ${{ secrets.NEXUS_USER }} diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 72b5a457..90c33586 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,7 +17,7 @@ object Dependencies { object Versions { // Update the .github workflows when these scala versions change val scala212 = "2.12.20" - val scala213 = "2.13.15" + val scala213 = "2.13.16" val scala3 = "3.3.4" // the order in the list is important because the head will be considered the default.