Skip to content

Commit 1ab3eb9

Browse files
committed
Update play-json to 3.0.4
1 parent bb2edab commit 1ab3eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val JacksonVersion = "2.18.4"
1818
val Log4jVersion = "2.24.3"
1919
val MonixVersion = "3.4.1"
2020
val PekkoStreamVersion = "1.1.3"
21-
val PlayJsonVersion = "2.10.6"
21+
val PlayJsonVersion = "3.0.4"
2222
val PulsarVersion = "4.0.5"
2323
val ReactiveStreamsVersion = "1.0.2"
2424
val FunctionalStreamsVersion = "3.12.0"
@@ -238,7 +238,7 @@ lazy val playjson = Project("pulsar4s-play-json", file("pulsar4s-play-json"))
238238
.settings(name := "pulsar4s-play-json")
239239
.settings(allSettings)
240240
.settings(libraryDependencies ++= Seq(
241-
"com.typesafe.play" %% "play-json" % PlayJsonVersion
241+
"org.playframework" %% "play-json" % PlayJsonVersion
242242
))
243243

244244
lazy val json4s = Project("pulsar4s-json4s", file("pulsar4s-json4s"))

0 commit comments

Comments
 (0)