From de6935dedf296aa1acc6bfddc82b8d29ad83d20f Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Sat, 24 Jun 2023 06:14:24 +0000 Subject: [PATCH] Update sbt-openapi-schema to 0.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a585ed667c..1b57e2def7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") -addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.9.0") +addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")