Skip to content

Commit

Permalink
Update scala3-library to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and avdv committed May 18, 2024
1 parent 0ffae63 commit 7cbd3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7cbd3a5

Please sign in to comment.