From ee01a2ddfe172364dc6bb69a10c546803ae319af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 17:21:54 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 57089c3..2a071c5 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.11", "2.12.18", "3.3.0") +crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.0") Compile / unmanagedSourceDirectories += { if (scalaVersion.value startsWith "2")