From 4fd78a85fdd12bc484765b73ebd2b42f0d20d5ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Jun 2023 00:28:10 +0000 Subject: [PATCH] Update scala-library to 2.12.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38f417d1..4d0c4d62 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.util.matching.Regex.{Groups, Match} -crossScalaVersions := Seq("2.11.12", "2.12.4") +crossScalaVersions := Seq("2.11.12", "2.12.18") lazy val covariant = crossProject.crossType(CrossType.Pure)