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 10, 2024
1 parent ee63d68 commit 77664c8
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 @@ -3,7 +3,7 @@ import sbt.Keys.thisProjectRef
ThisBuild / organization := "io.waylay.kairosdb"

val playWsVersion = "2.1.11"
val playJsonVersion = "2.10.5"
val playJsonVersion = "3.0.3"
val specs2Version = "4.20.6"

val dockerTestkitVersion = "0.11.0"
Expand Down Expand Up @@ -39,7 +39,7 @@ lazy val root = (project in file("."))
"com.typesafe.akka" %% "akka-actor" % "2.6.20",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
"com.typesafe.play" %% "play-json" % playJsonVersion,
"org.playframework" %% "play-json" % playJsonVersion,
"com.typesafe.play" %% "play-ws-standalone" % playWsVersion,
"com.typesafe.play" %% "play-ws-standalone-json" % playWsVersion,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
Expand Down

0 comments on commit 77664c8

Please sign in to comment.