Skip to content

Commit

Permalink
Merge pull request #536 from innFactory/update/joda-time-2.12.7
Browse files Browse the repository at this point in the history
chore: update joda-time from 2.12.6 to 2.12.7
  • Loading branch information
mergify[bot] authored Feb 5, 2024
2 parents f248530 + 228c2a1 commit b86b382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
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"
val joda = "joda-time" % "joda-time" % "2.12.6"
val joda = "joda-time" % "joda-time" % "2.12.7"
val hikariCP = "com.zaxxer" % "HikariCP" % "5.1.0"

val postgresql = "org.postgresql" % "postgresql" % "42.7.1"
Expand Down

0 comments on commit b86b382

Please sign in to comment.