We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2bcf0 commit a5aca1dCopy full SHA for a5aca1d
build.sbt
@@ -130,7 +130,7 @@ val argonautBenchmark = Project(
130
, publishArtifact := false
131
, libraryDependencies ++= Seq(
132
"com.google.caliper" % "caliper" % "0.5-rc1"
133
- , "com.fasterxml.jackson.core" % "jackson-core" % "2.19.2"
+ , "com.fasterxml.jackson.core" % "jackson-core" % "2.20.0"
134
)
135
, (run / javaOptions) ++= ((Runtime / fullClasspath) map { cp => Seq("-cp", sbt.Attributed.data(cp).mkString(":")) }).value
136
0 commit comments