From 934e220104c0ac2947928ef1c3784b129bdbd327 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 08:16:39 -0400 Subject: [PATCH] Update scala-library to 2.12.17 (#659) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2da898ce..9ed15da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 2.12.16] + scala: [2.13.10, 2.12.17] java: [temurin@8] project: [root-spark32, root-spark33, root-spark34] exclude: diff --git a/build.sbt b/build.sbt index 5f49d19d..e5ae59e5 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val scalacheck = "1.17.0" val scalacheckEffect = "1.0.4" val refinedVersion = "0.10.3" -val Scala212 = "2.12.16" +val Scala212 = "2.12.17" val Scala213 = "2.13.10" ThisBuild / tlBaseVersion := "0.14"