Skip to content

Commit

Permalink
Update joda-time to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 16, 2024
1 parent 4dd0dcb commit a6f471d
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 @@ -102,7 +102,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.12.7"
"joda-time" % "joda-time" % "2.13.0"
)
)
.dependsOn (slickPgCore % "test->test;compile->compile")
Expand Down

0 comments on commit a6f471d

Please sign in to comment.