From 26b1b73e44699bc35ea7c2137fd422726a63b6bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 16:15:10 +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 7f0a9fe..693ceca 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / description := "Yet another Typesafe Config decoder" ThisBuild / developers := List( Developer("jonas", "Jonas Fonseca", "jonas.fonseca@gmail.com", url("https://github.com/jonas")) ) -val scala212 = "2.12.18" +val scala212 = "2.12.19" val scala213 = "2.13.11" val scala3 = "3.3.1" ThisBuild / scalaVersion := scala213