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 16
16
17
17
ThisBuild / scalaVersion := " 2.12.18"
18
18
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
20
20
21
21
lazy val root = (project in file(" ." ))
22
22
.settings(
23
23
libraryDependencies ++= Seq (
24
24
" za.co.absa" %% " springdoc-openapi-scala-2" % `springdoc-openapi-scala-2-version`,
25
25
" 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 " ,
27
27
" org.playframework" %% " play-json" % " 3.0.1"
28
28
),
29
29
webappWebInfClasses := true ,
You can’t perform that action at this time.
0 commit comments