Skip to content

Commit

Permalink
Update play-json to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 24, 2023
1 parent ca6109d commit 4e081ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
libraryDependencies += "com.github.blemale" %% "scaffeine" % "5.2.1" % "compile"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.11"
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.10.1"
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.10.2"
libraryDependencies += "io.kamon" %% "kamon-core" % kamonVersion
libraryDependencies += "io.kamon" %% "kamon-influxdb" % kamonVersion
// libraryDependencies += "io.kamon" %% "kamon-system-metrics" % kamonVersion
Expand Down

0 comments on commit 4e081ca

Please sign in to comment.