From 84f576b22d674d4cfa3f385915286b5e9abff9d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 19:06:34 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3eb1d1e..92459b2 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ organizationHomepage := Some(url("http://evolution.com")) scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.1") +crossScalaVersions := Seq("2.13.13", "2.12.18", "3.3.1") Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.ScalaLibrary