From 0c68d17be62ca4da877e04af8daf96290e8b827b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 13:48:07 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7965b6..cc916d4 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.11", "2.12.18", "3.3.1"), + crossScalaVersions := List("2.13.12", "2.12.18", "3.3.1"), homepage := Some(url("https://github.com/avdv/play-json-refined")), licenses += "Apache-2.0" -> url( "http://www.apache.org/licenses/LICENSE-2.0"