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 f88d31a commit d1952b0Copy full SHA for d1952b0
examples/springdoc-openapi-scala-1/simple/build.sbt
@@ -24,7 +24,8 @@ lazy val root = (project in file("."))
24
"za.co.absa" %% "springdoc-openapi-scala-1" % `springdoc-openapi-scala-1-version`,
25
"org.springdoc" % "springdoc-openapi-webmvc-core" % "1.7.0",
26
"org.springframework.boot" % "spring-boot-starter-web" % "2.6.6",
27
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1"
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1",
28
+ "org.scala-lang" % "scala-reflect" % scalaVersion.value
29
),
30
webappWebInfClasses := true,
31
inheritJarManifest := true
0 commit comments