Skip to content

Commit

Permalink
[usage] bump jackson-module-scala dependencyOverride since it clash…
Browse files Browse the repository at this point in the history
…es in the `usage` module
  • Loading branch information
twrichards committed Dec 2, 2024
1 parent 3a4bb8b commit 39012a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val commonSettings = Seq(
"org.mockito" % "mockito-core" % "2.18.0" % Test,
"org.scalamock" %% "scalamock" % "5.1.0" % Test,
),
dependencyOverrides += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3",
dependencyOverrides += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",

Compile / doc / sources := Seq.empty,
Compile / packageDoc / publishArtifact := false
Expand Down

0 comments on commit 39012a0

Please sign in to comment.