File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
springdoc-openapi-scala-1/simple
springdoc-openapi-scala-2/simple Expand file tree Collapse file tree 2 files changed +6
-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-1-version` : String = ??? // specify version of the library, for example "0.2.0"
20
+
19
21
lazy val root = (project in file(" ." ))
20
22
.settings(
21
23
libraryDependencies ++= Seq (
22
- " za.co.absa" %% " springdoc-openapi-scala-1" % " 0.2.0-SNAPSHOT " ,
24
+ " za.co.absa" %% " springdoc-openapi-scala-1" % `springdoc-openapi-scala-1-version` ,
23
25
" org.springdoc" % " springdoc-openapi-webmvc-core" % " 1.7.0" ,
24
26
" org.springframework.boot" % " spring-boot-starter-web" % " 2.6.6"
25
27
),
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"
20
+
19
21
lazy val root = (project in file(" ." ))
20
22
.settings(
21
23
libraryDependencies ++= Seq (
22
- " za.co.absa" %% " springdoc-openapi-scala-2" % " 0.2.0-SNAPSHOT " ,
24
+ " za.co.absa" %% " springdoc-openapi-scala-2" % `springdoc-openapi-scala-2-version` ,
23
25
" org.springdoc" % " springdoc-openapi-starter-webmvc-api" % " 2.3.0" ,
24
26
" org.springframework.boot" % " spring-boot-starter-web" % " 3.2.0"
25
27
),
You can’t perform that action at this time.
0 commit comments