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 0256f38 commit 5a7e021Copy full SHA for 5a7e021
build.sbt
@@ -83,11 +83,11 @@ Compile / unmanagedSourceDirectories ++= {
83
}
84
85
libraryDependencies ++= Seq(
86
- "org.slf4j" % "slf4j-api" % "2.0.12",
+ "org.slf4j" % "slf4j-api" % "2.0.13",
87
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.21",
88
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
89
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
90
- "org.slf4j" % "slf4j-simple" % "2.0.12" % Test
+ "org.slf4j" % "slf4j-simple" % "2.0.13" % Test
91
)
92
libraryDependencies ++= {
93
if (scalaReleaseVersion.value == 2) {
0 commit comments