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