Skip to content

Commit

Permalink
Merge pull request #520 from scala-steward/update/play-json-3.0.2
Browse files Browse the repository at this point in the history
Update play-json to 3.0.2
  • Loading branch information
ornicar authored Jan 18, 2024
2 parents 7efd037 + 31f307a commit 3670e3f
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 @@ -33,7 +33,7 @@ libraryDependencies += "org.apache.pekko" %% "pekko-actor-typed" % pekkoVersio
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.14"
libraryDependencies += "org.playframework" %% "play-json" % "3.0.1"
libraryDependencies += "org.playframework" %% "play-json" % "3.0.2"
libraryDependencies += "io.kamon" %% "kamon-core" % kamonVersion
libraryDependencies += "io.kamon" %% "kamon-influxdb" % kamonVersion
libraryDependencies += "io.kamon" %% "kamon-prometheus" % kamonVersion
Expand Down

0 comments on commit 3670e3f

Please sign in to comment.