From 5ce54a05f868b77ed25b0d48b1c8d8b3e529e28f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 28 May 2021 13:17:44 +0200 Subject: [PATCH] Update scala-library to 2.12.14 (#259) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ea19fa..935d1fe 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._ val Scala2_13 = "2.13.3" -val Scala2_12 = "2.12.13" +val Scala2_12 = "2.12.14" val supportedScalaVersions = List(Scala2_13, Scala2_12)