From e2d80ac6d7be0147e2db28ce86a496b09f921ae4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 12:58:44 +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 61635bc..3d93811 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ lazy val root = (project in file(".")) name := "play-json-refined", organization := "de.cbley", organizationName := "Claudio Bley", - crossScalaVersions := List("2.13.14", "2.12.19", "3.5.0"), + crossScalaVersions := List("2.13.14", "2.12.20", "3.5.0"), homepage := Some(url("https://github.com/avdv/play-json-refined")), licenses += "Apache-2.0" -> url( "http://www.apache.org/licenses/LICENSE-2.0"