From 93efae0e815deec0ea9eefb017ebd9e56707e3be Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 15:03:23 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- project/src/main/scala/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/src/main/scala/Build.scala b/project/src/main/scala/Build.scala index 1e9eb6ef09..d676ff38c4 100644 --- a/project/src/main/scala/Build.scala +++ b/project/src/main/scala/Build.scala @@ -83,8 +83,8 @@ object Build { organization := "dev.guardrail", licenses += ("MIT", url("http://opensource.org/licenses/MIT")), - crossScalaVersions := Seq("2.12.18", "2.13.12"), - scalaVersion := "2.12.18", + crossScalaVersions := Seq("2.12.20", "2.13.12"), + scalaVersion := "2.12.20", // early-semver was a mistake. We already have early-semver guaratees during CI, but including this in the publishing POM // ensures that independent 0.x versions are incompatible, even though we know they are.