Skip to content

Commit f88d31a

Browse files
wip
1 parent 1204a09 commit f88d31a

File tree

2 files changed

+2
-2
lines changed
  • examples

2 files changed

+2
-2
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 = "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

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

examples/springdoc-openapi-scala-2/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-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

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

0 commit comments

Comments
 (0)