From 673343956f71344046de00d657fa90590d614ea9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Sep 2024 14:23:20 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 73731a85..7dad2745 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val shapeless3Version = "3.4.1" val shapelessVersion = "2.3.12" val slf4jNopVersion = "2.0.16" -val scala212 = "2.12.19" +val scala212 = "2.12.20" val scala213 = "2.13.14" val scala3 = "3.3.3"