From e32ce3de5d08035402a0a4788b0a2191d8da1503 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Jun 2021 02:18:52 +0200 Subject: [PATCH] Update sbt-openapi-schema to 0.8.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ea1c008a..c7655610 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") 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-pgp" % "2.1.2") addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.5.0")