Skip to content

Commit

Permalink
sbt-paradox 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 25, 2024
1 parent bc6e64e commit 751912f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ lazy val pekkoPlugin = project
addSbtPlugin(
// When updating the sbt-paradox version,
// remember to also update project/plugins.sbt
("com.lightbend.paradox" % "sbt-paradox" % "0.10.3").exclude("com.typesafe.sbt", "sbt-web")),
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"), // sbt-paradox < 10.depends on old sbt-web 1.4.x, but we want a newer version
("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")),
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"), // sbt-paradox 0.9.2 depends on old sbt-web 1.4.x, but we want a newer version
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"),
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"),
addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0"),
Expand Down

0 comments on commit 751912f

Please sign in to comment.