From 6ce4cfc37c31f707ebad547c63a89c0df505d409 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 02:52:42 +0000 Subject: [PATCH] Update scala-library to 2.12.17 --- .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"