diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index e60e792a..17f07caa 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -23,5 +23,6 @@ updates.pin = [ { groupId = "org.scala-js", version = "1.15." }, { groupId = "org.portable-scala", version = "1.3." }, { groupId = "org.specs2", version = "4.20." }, + { groupId = "joda-time", artifactId = "joda-time", version = "2.12." }, { groupId = "org.scalacheck", artifactId = "scalacheck", version = "1.17.0." } ]