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 d893369 commit 92989a4Copy full SHA for 92989a4
build.sbt
@@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
26
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
27
"com.beachape" %% "enumeratum" % "1.7.0",
28
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
29
- "org.slf4j" % "slf4j-simple" % "2.0.5" % Test
+ "org.slf4j" % "slf4j-simple" % "2.0.6" % Test
30
)
31
32
homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
0 commit comments