From bcddb218fd4b186d6950ab25ca94fd5b1735661a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 14:39:35 +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 960508e..d56b694 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ inThisBuild( licenses := Seq( "Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0") ), - scalaVersion := "2.12.13" + scalaVersion := "2.12.14" ) )