From 200e838ce03d9219571a930fecee51879b79e412 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Feb 2025 15:11:25 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3ef73c1..94f27de 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organizationName := "Evolution" organizationHomepage := Some(url("https://evolution.com")) scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.5") +crossScalaVersions := Seq("2.13.11", "2.12.20", "3.3.5") versionPolicyIntention := Compatibility.BinaryCompatible scalacOptions += {