Skip to content

Commit

Permalink
chore(plugins): Dependency Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed May 4, 2022
1 parent 402b2df commit 50c44a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

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

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

// updates

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.1")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")

addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")

// Release
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")

Expand Down

0 comments on commit 50c44a2

Please sign in to comment.