Skip to content

Commit

Permalink
Merge pull request #480 from innFactory/update/play-json-2.10.2
Browse files Browse the repository at this point in the history
chore: update play-json, play-json-joda from 2.9.4 to 2.10.2
  • Loading branch information
mergify[bot] authored Oct 23, 2023
2 parents e48c247 + 5a8b6f0 commit 2193149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ object Dependencies {
val slickPgPlayJson = "com.github.tminglei" %% "slick-pg_play-json" % "0.20.4"
val slickPgJts = "com.github.tminglei" %% "slick-pg_jts" % "0.20.4"
val slickJodaMapper = "com.github.tototoshi" %% "slick-joda-mapper" % "2.4.2"
val playJson = "com.typesafe.play" %% "play-json" % "2.9.4"
val playJsonJoda = "com.typesafe.play" %% "play-json-joda" % "2.9.4"
val playJson = "com.typesafe.play" %% "play-json" % "2.10.2"
val playJsonJoda = "com.typesafe.play" %% "play-json-joda" % "2.10.2"
val slick = "com.typesafe.slick" %% "slick" % "3.3.3"
val slickCodegen = "com.typesafe.slick" %% "slick-codegen" % "3.3.3"
val slickHikaricp = "com.typesafe.slick" %% "slick-hikaricp" % "3.3.3"
Expand Down

0 comments on commit 2193149

Please sign in to comment.