diff --git a/project/plugins.sbt b/project/plugins.sbt index e3bbf4f..dfa5fd7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.7") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")