From 3dfc0d4640484d61f1045c06360422ac02671a1f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:30:03 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 (#366) Co-authored-by: Andriy Onyshchuk --- .github/workflows/ci.yml | 2 +- project/ScalaVer.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c03f729..eff0d86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14, 2.12.19, 2.11.12] + scala: [2.13.14, 2.12.20, 2.11.12] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/project/ScalaVer.scala b/project/ScalaVer.scala index 2477660..1425deb 100644 --- a/project/ScalaVer.scala +++ b/project/ScalaVer.scala @@ -7,7 +7,7 @@ object ScalaVer { case object _211 extends ScalaVer("2.11.12") - case object _212 extends ScalaVer("2.12.19") + case object _212 extends ScalaVer("2.12.20") case object _213 extends ScalaVer("2.13.14")