From af90795ca3f9158ce2a7f78d14e45637477ba9a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 13:23:53 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- .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 4d577a5d..689f155e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7, 2.12.15, 3.1.0] + scala: [2.13.7, 2.12.20, 3.1.0] java: [openjdk@1.11.0] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3a8667ff..2bde5993 100644 --- a/build.sbt +++ b/build.sbt @@ -177,7 +177,7 @@ lazy val mavenSettings = Seq( val Scala30 = "3.1.0" val Scala213 = "2.13.7" -val Scala212 = "2.12.15" +val Scala212 = "2.12.20" val Jdk11 = "openjdk@1.11.0" ThisBuild / scalaVersion := Scala213