Skip to content

Commit 6f25049

Browse files
committed
chore: 4 dependency updates for project
* dev.quadstingray:sbt-json : 0.6.3 -> 0.6.5 * org.scalameta:sbt-scalafmt : 2.5.0 -> 2.5.2 * org.scoverage:sbt-scoverage : 2.0.7 -> 2.0.9 * org.xerial.sbt:sbt-sonatype : 3.9.18 -> 3.9.21
1 parent 1c93338 commit 6f25049

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
66

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

@@ -13,13 +13,13 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
1313
addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")
1414

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

1818
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
1919

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

22-
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.6.3")
22+
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.6.5")
2323

2424
addDependencyTreePlugin
2525

0 commit comments

Comments
 (0)