diff --git a/project/plugins.sbt b/project/plugins.sbt index 078d49c..c18fb1e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.6") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")