Skip to content

Commit

Permalink
Merge pull request #497 from scala-steward/update/play-json-3.0.1
Browse files Browse the repository at this point in the history
Update play-json to 3.0.1
  • Loading branch information
ornicar authored Nov 16, 2023
2 parents 2d5ea01 + 0f36a7e commit 6d73c87
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.11"
libraryDependencies += "org.playframework" %% "play-json" % "3.0.0"
libraryDependencies += "org.playframework" %% "play-json" % "3.0.1"
libraryDependencies += "io.kamon" %% "kamon-core" % kamonVersion
libraryDependencies += "io.kamon" %% "kamon-influxdb" % kamonVersion
libraryDependencies += "io.kamon" %% "kamon-prometheus" % kamonVersion
Expand Down

0 comments on commit 6d73c87

Please sign in to comment.