Skip to content

Commit b21f047

Browse files
committed
Update sbt-paradox, sbt-paradox-theme to 0.11.0
1 parent 60231b1 commit b21f047

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy val pekkoPlugin = project
7575
addSbtPlugin(
7676
// When updating the sbt-paradox version,
7777
// remember to also update project/plugins.sbt
78-
"com.lightbend.paradox" % "sbt-paradox" % "0.10.7"),
78+
"com.lightbend.paradox" % "sbt-paradox" % "0.11.0"),
7979
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8"),
8080
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"),
8181
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"),

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
// When updating the sbt-paradox version,
1919
// remember to also update build.sbt
20-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.7")
21-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
20+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.11.0")
21+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.11.0")
2222
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8")
2323
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
2424
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")

0 commit comments

Comments
 (0)