From 3a477fc1b1ee1f5589da5d41d7a48666fa51a907 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 16:16:48 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5c2114d..2dfa120 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val zioVersion = "2.0.13" val scala3_Version = "3.3.1" val scala2_13Version = "2.13.12" -val scala2_12Version = "2.12.18" +val scala2_12Version = "2.12.20" val zioConfigVersion = "4.0.0-RC16" val nebulaClientVersion = "3.6.1" val logbackVersion = "1.4.11"