From cfca3d40755f7d3b31af6059eec0e770589d1a92 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Feb 2021 03:00:41 +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 05e7ff2..2fb7fdc 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ organization := "io.underscore" version := "0.3.7-SNAPSHOT" scalaVersion := "2.13.1" -crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1") +crossScalaVersions := Seq("2.13.5", "2.12.10", "2.13.1") licenses += ("Apache-2.0", url("http://apache.org/licenses/LICENSE-2.0"))