Skip to content

Commit

Permalink
Merge pull request #546 from scala-steward/update/joda-time-2.10.14
Browse files Browse the repository at this point in the history
Update joda-time to 2.10.14
  • Loading branch information
tminglei authored Mar 21, 2022
2 parents c84db35 + 1506cc4 commit 8b5b899
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 @@ -104,7 +104,7 @@ lazy val slickPgJoda = (project in file("./addons/joda-time"))
name := "slick-pg_joda-time",
description := "Slick extensions for PostgreSQL - joda time module",
libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq(
"joda-time" % "joda-time" % "2.10.13"
"joda-time" % "joda-time" % "2.10.14"
)
)
.dependsOn (slickPgCore % "test->test;compile->compile")
Expand Down

0 comments on commit 8b5b899

Please sign in to comment.