From 4f895c4a6fa4bb0ee30fba5f2f533cd6eee1eb5e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 05:16:34 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 609c1e76..17e1b841 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -3,7 +3,7 @@ import com.lucidchart.sbtcross.BaseProject object Versions { val overflowdb = "1.185" - val scala_2_12 = "2.12.17" + val scala_2_12 = "2.12.19" val scala_2_13 = "2.13.10" val scala_3 = "3.3.1" }