File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11addSbtPlugin(" 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
77addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
88
@@ -13,13 +13,13 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
1313addSbtPlugin(" 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
1818addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.1.1" )
1919
2020addSbtPlugin(" 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
2424addDependencyTreePlugin
2525
You can’t perform that action at this time.
0 commit comments