From 855a50c5c0d89026d36bd02b33fb542f57b4d3b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 21:57:45 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e657542..635c1df 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.19" val shapeless = "2.3.3" val scalatest = "3.2.2" val cats = "2.2.0"