Skip to content

Commit fc5295f

Browse files
Update dependencies to align with library version
1 parent c5e7a91 commit fc5295f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
ThisBuild / scalaVersion := "2.12.18"
1818

19-
lazy val `springdoc-openapi-scala-2-version`: String = ??? // specify version of the library, for example "0.2.0"
19+
lazy val `springdoc-openapi-scala-2-version`: String = "0.3.1" // specify version of the library
2020

2121
lazy val root = (project in file("."))
2222
.settings(
2323
libraryDependencies ++= Seq(
2424
"za.co.absa" %% "springdoc-openapi-scala-2" % `springdoc-openapi-scala-2-version`,
2525
"org.springdoc" % "springdoc-openapi-starter-webmvc-api" % "2.8.9",
26-
"org.springframework.boot" % "spring-boot-starter-web" % "3.2.0",
26+
"org.springframework.boot" % "spring-boot-starter-web" % "3.4.3",
2727
"org.playframework" %% "play-json" % "3.0.1"
2828
),
2929
webappWebInfClasses := true,

0 commit comments

Comments
 (0)