diff --git a/project/plugins.sbt b/project/plugins.sbt index de271386..f62d81ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -19,6 +19,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5 addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-lightbend-project-info" % "1.0.0") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value