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 5bbc85b commit d98b0d4Copy full SHA for d98b0d4
build.sbt
@@ -84,9 +84,9 @@ Compile / unmanagedSourceDirectories ++= {
84
}
85
86
libraryDependencies ++= Seq(
87
- "org.slf4j" % "slf4j-api" % "2.0.6",
+ "org.slf4j" % "slf4j-api" % "2.0.7",
88
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.8",
89
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.0-rc1",
90
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
91
"org.slf4j" % "slf4j-simple" % "2.0.6" % Test
92
)
0 commit comments