diff --git a/project/plugins.sbt b/project/plugins.sbt index 4f10e42..1164f4f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value } addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0")