From 5c7928d0fdb325db13539668f81cd7ef30d16cae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 May 2021 17:24:41 +0200 Subject: [PATCH] Update scala-library to 2.13.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2b97e8..d6ae40c 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ publishTo := Some(Resolver.evolutionReleases) scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.13.5", "2.12.13") +crossScalaVersions := Seq("2.13.6", "2.12.13") libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.1",