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 4485782 commit eef0a8bCopy full SHA for eef0a8b
build.sbt
@@ -44,7 +44,7 @@ lazy val root = (project in file("."))
44
IntegrationTest / parallelExecution := false,
45
libraryDependencies ++= Seq(
46
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0",
47
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.0",
48
"org.playframework" %% "play-json" % playJsonVersion,
49
"org.playframework" %% "play-ws-standalone" % playWsVersion,
50
"org.playframework" %% "play-ws-standalone-json" % playWsVersion,
0 commit comments