Skip to content

Commit

Permalink
Update play-json to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 23, 2023
1 parent fbc2093 commit f285091
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 f285091

Please sign in to comment.