diff --git a/project/plugins.sbt b/project/plugins.sbt index cb436ee3..afe0d315 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.6.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.4.4") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")