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 1616
1717ThisBuild / scalaVersion := " 2.12.18"
1818
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"
2020
2121lazy val root = (project in file(" ." ))
2222 .settings(
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 = " 0.3.1 " // specify version of the library
19+ lazy val `springdoc-openapi-scala-2-version` : String = ??? // specify version of the library
2020
2121lazy val root = (project in file(" ." ))
2222 .settings(
You can’t perform that action at this time.
0 commit comments