Skip to content

Commit

Permalink
Update sbt-site-paradox to 1.7.0 (#948)
Browse files Browse the repository at this point in the history
* Update sbt-site-paradox to 1.7.0

* Rmove override workaround

---------

Co-authored-by: Michel Davit <micheld@spotify.com>
  • Loading branch information
scala-steward and RustedBones authored Apr 9, 2024
1 parent 52eca65 commit 68dd075
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
Expand All @@ -8,8 +8,3 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

// sbt-site plugin conflict. Remove after update
dependencyOverrides ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % "2.2.0"
)

0 comments on commit 68dd075

Please sign in to comment.