Skip to content

Commit

Permalink
Merge pull request #483 from scala-steward/update/play-json-2.10.1
Browse files Browse the repository at this point in the history
Update play-json to 2.10.1
  • Loading branch information
ornicar authored Oct 17, 2023
2 parents 24cbd1f + 7b6e0aa commit ca6109d
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.0-RC9"
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.10.1"
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 ca6109d

Please sign in to comment.