Update sbt-openapi-schema to 0.8.1

This commit is contained in:
Scala Steward 2021-06-16 02:18:52 +02:00
parent 26265aeb39
commit e32ce3de5d
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6

View File

@ -1,6 +1,6 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.8.0") addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.8.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.5.0") addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.5.0")