From 0e7de5dd56e18f9c0d12cc807f79d2e4d8863098 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 11:28:40 +0200 Subject: [PATCH] Update scala-library to 2.12.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2b97e8..cf08492 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.5", "2.12.14") libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.1",