Skip to content

Commit

Permalink
Update play-json to 2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and avdv committed May 5, 2024
1 parent 152e40e commit 3603250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -45,7 +45,7 @@ lazy val root = (project in file("."))
val isScala3 = scalaVersion.value.startsWith("3.")

Seq(
"com.typesafe.play" %% "play-json" % (if (isScala3) "2.10.4"
"com.typesafe.play" %% "play-json" % (if (isScala3) "2.10.5"
else "2.9.2"),
"eu.timepit" %% "refined" % "0.11.1",
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
Expand Down

0 comments on commit 3603250

Please sign in to comment.