From b51a3830dd013ef546ef854502086939bfca8603 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 19:04:58 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c9c98a..2ccad49 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ organizationHomepage := Some(url("http://evolution.com")) scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.13.8", "2.12.17") +crossScalaVersions := Seq("2.13.8", "2.12.19") Test / fork := true