File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/springdoc-openapi-scala-2/simple Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717ThisBuild / 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
2121lazy 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 ,
You can’t perform that action at this time.
0 commit comments