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 26b5f87 commit 8cd6a7cCopy full SHA for 8cd6a7c
build.sbt
@@ -48,7 +48,7 @@ pomIncludeRepository := { x => false }
48
libraryDependencies ++= Seq(
49
"org.slf4j" % "slf4j-api" % "1.7.36",
50
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.1.13",
51
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.2",
52
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
53
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test
54
)
0 commit comments