From 1619c117020354f529252743efa1d57f04909001 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 28 Feb 2024 05:43:37 +0100 Subject: [PATCH] Update scala-library to 2.12.19 (#378) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 755f5a1..426ea19 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val Scala212 = "2.12.18" +val Scala212 = "2.12.19" val Scala213 = "2.13.12"