Skip to content

Commit

Permalink
Update sbt-ci-release to 1.5.12 (#132)
Browse files Browse the repository at this point in the history
* Update sbt-ci-release to 1.5.12

* Clean plugins.
  • Loading branch information
zhongl committed Nov 28, 2023
1 parent c0b06c6 commit d170a2b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.5")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit d170a2b

Please sign in to comment.