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 5c4a285 commit 9b3493eCopy full SHA for 9b3493e
build.sbt
@@ -90,7 +90,7 @@ Compile / unmanagedSourceDirectories ++= {
90
libraryDependencies ++= Seq(
91
"org.slf4j" % "slf4j-api" % "2.0.3",
92
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.4",
93
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0-rc3",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0",
94
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
95
"org.slf4j" % "slf4j-simple" % "2.0.3" % Test
96
)
0 commit comments