We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1952b0 commit e35baa2Copy full SHA for e35baa2
examples/springdoc-openapi-scala-2/simple/build.sbt
@@ -16,7 +16,7 @@
16
17
ThisBuild / scalaVersion := "2.12.18"
18
19
-lazy val `springdoc-openapi-scala-2-version`: String = ??? // specify version of the library
+lazy val `springdoc-openapi-scala-2-version`: String = ??? // specify version of the library, for example "0.2.0"
20
21
lazy val root = (project in file("."))
22
.settings(
0 commit comments