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 cc269ac commit 299c0c7Copy full SHA for 299c0c7
build.sbt
@@ -19,9 +19,9 @@ pomIncludeRepository := { x => false }
19
libraryDependencies ++= Seq(
20
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.21",
21
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.12.3",
22
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
23
- "org.scalatest" %% "scalatest" % "3.2.18" % Test,
24
- "org.slf4j" % "slf4j-simple" % "2.0.13" % Test
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",
+ "org.scalatest" %% "scalatest" % "3.2.19" % Test,
+ "org.slf4j" % "slf4j-simple" % "2.0.16" % Test
25
)
26
27
homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-scala3-enum-module"))
0 commit comments