diff --git a/project/plugins.sbt b/project/plugins.sbt index 0c7d261..94513ef 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.10.0" addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23")