Skip to content

Commit

Permalink
Merge pull request #618 from scala-steward/update/joda-convert-3.0.1
Browse files Browse the repository at this point in the history
Update joda-convert to 3.0.1
  • Loading branch information
yanns authored Oct 14, 2024
2 parents a53eaff + da301c2 commit a56da42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/dependencies.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
"joda-time" % "joda-time" % "2.13.0",
"org.joda" % "joda-convert" % "2.2.4",
"org.joda" % "joda-convert" % "3.0.1",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.json4s" %% "json4s-scalap" % "4.0.7"
)

0 comments on commit a56da42

Please sign in to comment.