We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524b4e9 commit fbeade9Copy full SHA for fbeade9
benchmark/build.sbt
@@ -13,9 +13,9 @@ libraryDependencies ++= {
13
"com.rojoma" %% "rojoma-json-v3" % "3.15.0",
14
"io.spray" %% "spray-json" % "1.3.6",
15
"org.parboiled" %% "parboiled" % "2.5.1",
16
- "com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.2",
17
- "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2",
18
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.2",
+ "com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.3",
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.18.3",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.3",
19
"com.google.code.gson" % "gson" % "2.12.1"
20
)
21
else Nil
0 commit comments