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 16e0cfa commit 3a159f1Copy full SHA for 3a159f1
build.sbt
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
21
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.8.0",
22
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0",
23
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
24
- "org.slf4j" % "slf4j-simple" % "1.7.36" % Test
+ "org.slf4j" % "slf4j-simple" % "2.0.3" % Test
25
)
26
27
homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-scala3-enum-module"))
0 commit comments