diff --git a/.scala-steward.conf b/.scala-steward.conf index f6924c79..4c27a071 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -9,6 +9,9 @@ updates.pin = [ { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info", version = "0.9." }, { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." } + # Jackson 2.17.0 has some issues + { groupId = "com.fasterxml.jackson.core", version="2.16." } + # Scala 3.3 is a LTS { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } ]