Skip to content

Commit

Permalink
Merge pull request #550 from scala-steward/update/play-json-3.0.1
Browse files Browse the repository at this point in the history
Update play-json to 3.0.1
  • Loading branch information
satabin authored Nov 30, 2023
2 parents fbc2093 + f285091 commit 341b69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val scala3 = "3.3.1"
val fs2Version = "3.9.3"
val circeVersion = "0.14.6"
val circeExtrasVersion = "0.14.2"
val playVersion = "2.10.3"
val playVersion = "3.0.1"
val shapeless2Version = "2.3.10"
val shapeless3Version = "3.3.0"
val scalaJavaTimeVersion = "2.5.0"
Expand Down Expand Up @@ -297,7 +297,7 @@ lazy val jsonPlay = crossProject(JVMPlatform, JSPlatform)
name := "fs2-data-json-play",
description := "Streaming JSON library with support for Play! JSON ASTs",
libraryDependencies ++= List(
"com.typesafe.play" %%% "play-json" % playVersion,
"org.playframework" %%% "play-json" % playVersion,
"org.gnieh" %%% "diffson-play-json" % diffsonVersion % "test"
),
// 2.x support was actually introduced in 1.3.0, but we forgot to publish the artifacts in later versions
Expand Down

0 comments on commit 341b69b

Please sign in to comment.