Skip to content

Commit 1204a09

Browse files
Fix example 1 spring boot
1 parent fc5295f commit 1204a09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/springdoc-openapi-scala-1/simple/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ThisBuild / scalaVersion := "2.12.18"
1818

19-
lazy val `springdoc-openapi-scala-1-version`: String = ??? // specify version of the library, for example "0.2.0"
19+
lazy val `springdoc-openapi-scala-1-version`: String = "0.3.1" // specify version of the library, for example "0.2.0"
2020

2121
lazy val root = (project in file("."))
2222
.settings(

examples/springdoc-openapi-scala-1/simple/project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
*/
1616

1717
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.2.4")
18+
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

0 commit comments

Comments
 (0)