diff --git a/project/plugins.sbt b/project/plugins.sbt index 688c2c3c..e7d94e93 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,8 +6,8 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18" addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.9.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.2") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.9.2") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.2") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")