From 6e42e4d7bb1466f15106af277f62325768469700 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 28 Oct 2022 18:07:36 +0200 Subject: [PATCH] Update scala-library to 2.12.17 (#414) --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index c2985236..1e3e7686 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -9,7 +9,7 @@ import com.jsuereth.sbtpgp._ object Settings { - def scala212 = "2.12.16" + def scala212 = "2.12.17" def scala213 = "2.13.10" def targetSbtVersion = "1.2.8"