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