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.
2 parents db34814 + c59bde3 commit d7b5353Copy full SHA for d7b5353
project/Dependencies.scala
@@ -4,7 +4,7 @@ import sbt._
4
* to ensure the same version of the dependency is used in all projects
5
*/
6
object Dependencies {
7
- private val jacksonVersion = "2.9.8"
+ private val jacksonVersion = "2.12.1"
8
val `jackson-databind` =
9
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion
10
val `jackson-dataformat-yaml` =
0 commit comments