Skip to content

Commit

Permalink
Update play-json to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 7, 2024
1 parent 3603250 commit 15e7884
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 @@ -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.5"
"org.playframework" %% "play-json" % (if (isScala3) "3.0.3"
else "2.9.2"),
"eu.timepit" %% "refined" % "0.11.1",
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
Expand Down

0 comments on commit 15e7884

Please sign in to comment.