File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
springdoc-openapi-scala-1/simple
springdoc-openapi-scala-2/simple Expand file tree Collapse file tree 2 files 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-1-version` : String = " 0.3.1 " // specify version of the library, for example "0.2.0"
19
+ lazy val `springdoc-openapi-scala-1-version` : String = ??? // specify version of the library, for example "0.2.0"
20
20
21
21
lazy val root = (project in file(" ." ))
22
22
.settings(
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 = " 0.3.1 " // specify version of the library
19
+ lazy val `springdoc-openapi-scala-2-version` : String = ??? // specify version of the library
20
20
21
21
lazy val root = (project in file(" ." ))
22
22
.settings(
You can’t perform that action at this time.
0 commit comments