This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch jackson in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
commit 3edcadc4f97a909de0fa23c5afb2c31b2b6b3ed4 Author: PJ Fanning <[email protected]> AuthorDate: Sun Apr 7 11:39:36 2024 +0200 pin-jackson-2.16 --- .scala-steward.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index f6924c7..4c27a07 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." } ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
