Skip to content

Commit 50c44a2

Browse files
committed
chore(plugins): Dependency Updates
1 parent 402b2df commit 50c44a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
44

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

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

99
// updates
1010

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

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

1515
// Release
16-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
16+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12")
1717

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

0 commit comments

Comments
 (0)