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 e04af23 commit 8af2f04Copy full SHA for 8af2f04
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.1",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
48
"org.playframework" %% "play-json" % playJsonVersion,
49
"org.playframework" %% "play-ws-standalone" % playWsVersion,
50
"org.playframework" %% "play-ws-standalone-json" % playWsVersion,
0 commit comments