Allow custom json

Refs: #2334
This commit is contained in:
eikek
2023-11-12 18:48:43 +01:00
parent 83ad2c5044
commit 212c10e20a
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.10.0")
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.11.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")