Skip to content

Commit d1952b0

Browse files
Missing dependency
1 parent f88d31a commit d1952b0

File tree

1 file changed

+2
-1
lines changed
  • examples/springdoc-openapi-scala-1/simple

1 file changed

+2
-1
lines changed

examples/springdoc-openapi-scala-1/simple/build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ lazy val root = (project in file("."))
2424
"za.co.absa" %% "springdoc-openapi-scala-1" % `springdoc-openapi-scala-1-version`,
2525
"org.springdoc" % "springdoc-openapi-webmvc-core" % "1.7.0",
2626
"org.springframework.boot" % "spring-boot-starter-web" % "2.6.6",
27-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1"
27+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1",
28+
"org.scala-lang" % "scala-reflect" % scalaVersion.value
2829
),
2930
webappWebInfClasses := true,
3031
inheritJarManifest := true

0 commit comments

Comments
 (0)