From 9930108a5c5fac8c7e4e5b42911c6b883511341c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Sep 2022 18:21:44 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e657542..6d07418 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val root = project.in(file(".")) lazy val versions = new { val scala213 = "2.13.1" - val scala212 = "2.12.11" + val scala212 = "2.12.17" val shapeless = "2.3.3" val scalatest = "3.2.2" val cats = "2.2.0"