Skip to content

Commit

Permalink
Update play-json to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 18, 2024
1 parent bf40d12 commit 36a7881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ lazy val play29Json: ProjectMatrix = (projectMatrix in file("json/play29json"))
Compile / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "json" / "playjson" / "src" / "main" / "scala",
Test / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "json" / "playjson" / "src" / "test" / "scala",
libraryDependencies ++= Seq(
"com.typesafe.play" %%% "play-json" % Versions.play29Json,
"org.playframework" %%% "play-json" % Versions.play29Json,
scalaTest.value % Test
)
)
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Versions {
val swaggerUi = "5.10.3"
val upickle = "3.1.4"
val playJson = "3.0.1"
val play29Json = "2.10.4"
val play29Json = "3.0.2"
val finatra = "23.11.0"
val catbird = "21.12.0"
val json4s = "4.0.7"
Expand Down

0 comments on commit 36a7881

Please sign in to comment.