Skip to content

Commit

Permalink
Update sbt-ci-release to 1.6.1 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 22, 2024
1 parent 720ecec commit c409c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ developers := List(Developer("", "", "", url("https://scala-lang.org"))

addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // set version, scmInfo, publishing settings
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") // set version, scmInfo, publishing settings
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") // brings in MiMa
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

0 comments on commit c409c84

Please sign in to comment.