From d30717284ed458780124576c55a4f22ef4b3092d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 5 Nov 2021 17:55:13 +0100 Subject: [PATCH] Update scala-library to 2.12.15 (#359) --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 2536add3e..8951651b9 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -11,7 +11,7 @@ import com.jsuereth.sbtpgp._ object Settings { - def scala212 = "2.12.13" + def scala212 = "2.12.15" def scala213 = "2.13.7" def targetSbtVersion = "1.2.8"