Skip to content

Commit

Permalink
Undo this commit: force some versions to align artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasi35 committed Mar 24, 2021
1 parent 1a87308 commit 465bb5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ object Dependencies {
"com.fasterxml.jackson.core" % "jackson-core",
"com.fasterxml.jackson.core" % "jackson-annotations",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310"
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310",
// Explicit dependency to align versions
"com.fasterxml.jackson.module" %% "jackson-module-scala",
"com.fasterxml.jackson.module" % "jackson-module-parameter-names",
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor",
).map(_ % jacksonVersion) ++ jacksonDatabind

val playJson = "com.typesafe.play" %% "play-json" % playJsonVersion
Expand Down

0 comments on commit 465bb5f

Please sign in to comment.