From 9aee633e85c3cc7ca0fcc1383d7d5377e73973d0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 20:47:53 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.19 --- 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..10c66e6b52 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.19", "2.13.12"), + scalaVersion := "2.12.19", // 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.