Skip to content

Commit

Permalink
Update scala3-library to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and avdv committed Mar 28, 2024
1 parent cfa38a8 commit 6b642f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
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.13", "2.12.19", "3.3.3"),
crossScalaVersions := List("2.13.13", "2.12.19", "3.4.1"),
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 6b642f8

Please sign in to comment.