From 2b3c57d6f408490b721e35e67105300732c13a69 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 26 Oct 2024 13:22:49 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e64e583..03bfcf6 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.20", "3.5.2"), + crossScalaVersions := List("2.13.15", "2.12.20", "3.5.2"), homepage := Some(url("https://github.com/avdv/play-json-refined")), licenses += "Apache-2.0" -> url( "http://www.apache.org/licenses/LICENSE-2.0"