Update sbt plugin

This commit is contained in:
Eike Kettner 2020-01-03 20:42:33 +01:00
parent 06d84550f5
commit 1705aa084d

View File

@ -1,6 +1,6 @@
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.0.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.5.0")
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.6.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")