We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cdd78 commit 5bf3f6dCopy full SHA for 5bf3f6d
build.sbt
@@ -132,7 +132,7 @@ else
132
)
133
134
libraryDependencies ++= jacksonDependencies ++ Seq(
135
- "com.thoughtworks.paranamer" % "paranamer" % "2.8",
+ "com.thoughtworks.paranamer" % "paranamer" % "2.8.3",
136
// test dependencies
137
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % jacksonNonCoreVersion % Test,
138
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % jacksonCoreVersion % Test,
0 commit comments