Skip to content

Commit cc13a06

Browse files
author
QuadStingray
committed
chore(plugins): Found 5 dependency updates
Update * org.scalameta:sbt-scalafmt: 2.4.6 -> 2.5.0 * org.scoverage:sbt-scoverage: 1.9.3 -> 2.0.7 * org.xerial.sbt:sbt-sonatype: 3.9.13 -> 3.9.18 * com.lightbend.paradox:sbt-paradox: 0.10.2 -> 0.10.3 Added * dev.quadstingray:sbt-json: 0.6.3
1 parent 89a0e27 commit cc13a06

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

project/plugins.sbt

Lines changed: 13 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.4.6")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
44

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

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

@@ -13,17 +13,26 @@ 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.13")
16+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")
1717

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

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

2222
// paradox
23-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2")
23+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3")
2424

2525
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")
2626

2727
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
2828

2929
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
30+
31+
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.6.3")
32+
33+
addDependencyTreePlugin
34+
35+
// todo remove as soon as possible
36+
dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "1.2.0"
37+
38+
dependencyOverrides += "io.circe" %% "circe-core" % "0.9.3" // wird wegen sbt-paradox-material-theme benoetingt. Lange nicht geupdated und daher sehr alte circe version

0 commit comments

Comments
 (0)