From 924f62fd1470f47d2cad3e47fc6474d65aabe604 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Feb 2021 02:42:41 +0100 Subject: [PATCH] Update scala-library to 2.12.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38f417d1..60c22561 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.13") lazy val covariant = crossProject.crossType(CrossType.Pure)