Skip to content

Commit

Permalink
Update sbt-git to 2.0.0 (#90)
Browse files Browse the repository at this point in the history
* Update sbt-git to 2.0.0

* Bump sbt-ci-release.
  • Loading branch information
zhongl committed Oct 24, 2022
1 parent ebccbc4 commit 7724d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")

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

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")

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

0 comments on commit 7724d71

Please sign in to comment.