Skip to content

Commit 4a3e2f0

Browse files
committed
Upgrade sbt-paradox dependencies
1 parent 8f3804a commit 4a3e2f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ 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.3"),
79-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.0.0"),
80-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.0"),
78+
"com.lightbend.paradox" % "sbt-paradox" % "0.10.6"),
79+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.0.1"),
80+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"),
8181
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0"),
8282
Compile / resourceGenerators += Def.task {
8383
val file = (Compile / resourceManaged).value / "pekko-paradox.properties"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.3")
20+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.6")
2121
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
2222
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
2323
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")

0 commit comments

Comments
 (0)