From dd983ff0cbd8d8afee8bbaf9e085d4a341e28c20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 17:22:52 +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 62d22aa..b98f919 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.5", "2.12.13") +crossScalaVersions := Seq("2.13.12", "2.12.13") Compile / doc / scalacOptions ++= Seq("-groups", "-implicits", "-no-link-warnings")