From 1fe2e1e48f254136f2a209cdd6a2a07ab3dd7041 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 12 Nov 2024 14:50:20 +0100 Subject: [PATCH] Pin joda-time --- .github/scala-steward.conf | 1 + 1 file changed, 1 insertion(+) 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." } ]