From 59903c68276cad5cd7b24a3bcb4d7a6e0bef6bb9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 00:08:20 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dc2880c..a7dea8a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._ val Scala2_13 = "2.13.10" -val Scala2_12 = "2.12.17" +val Scala2_12 = "2.12.19" val supportedScalaVersions = List(Scala2_13, Scala2_12)