From 7cbd3a59daedfba3979b2dcf6b219dc897659375 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 May 2024 13:42:31 +0000 Subject: [PATCH] Update scala3-library to 3.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 399ab92..956b866 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.4.1"), + crossScalaVersions := List("2.13.14", "2.12.19", "3.4.2"), homepage := Some(url("https://github.com/avdv/play-json-refined")), licenses += "Apache-2.0" -> url( "http://www.apache.org/licenses/LICENSE-2.0"