diff --git a/project/plugins.sbt b/project/plugins.sbt index 7b758b9..5b0dbd0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.2") addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1")