Skip to content

Commit

Permalink
Merge pull request #988 from typelevel/update/sbt-paradox-0.10.7
Browse files Browse the repository at this point in the history
Update sbt-paradox to 0.10.7
  • Loading branch information
mpilquist authored Apr 29, 2024
2 parents 768e18e + 696e25d commit bd41b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(

addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
Expand Down

0 comments on commit bd41b02

Please sign in to comment.