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 fc5295f commit 1204a09Copy full SHA for 1204a09
examples/springdoc-openapi-scala-1/simple/build.sbt
@@ -16,7 +16,7 @@
16
17
ThisBuild / scalaVersion := "2.12.18"
18
19
-lazy val `springdoc-openapi-scala-1-version`: String = ??? // specify version of the library, for example "0.2.0"
+lazy val `springdoc-openapi-scala-1-version`: String = "0.3.1" // specify version of the library, for example "0.2.0"
20
21
lazy val root = (project in file("."))
22
.settings(
examples/springdoc-openapi-scala-1/simple/project/plugins.sbt
@@ -15,3 +15,4 @@
15
*/
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.2.4")
+addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
0 commit comments