diff --git a/project/plugins.sbt b/project/plugins.sbt index 73bd552..029363e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.6") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")