Skip to content

Commit

Permalink
Merge pull request #203 from kevin-lee/bump-sbt-plugin
Browse files Browse the repository at this point in the history
Bump sbt-docusaur to 0.15.0
  • Loading branch information
kevin-lee authored Nov 20, 2023
2 parents 5102bed + 7ddcfd9 commit 1d45c5d
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 @@ -2,7 +2,7 @@ logLevel := sbt.Level.Warn

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.5")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.13.0")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.15.0")

val sbtDevOops = "3.0.0"
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % sbtDevOops)
Expand Down

0 comments on commit 1d45c5d

Please sign in to comment.