Skip to content

Commit

Permalink
Bump sbt-devoops 2.22.0 => 2.23.0 / sbt-docusaur 0.11.0 => 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Dec 20, 2022
1 parent d1e7cab commit d1a5933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -5,10 +5,10 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.13")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.11.0")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")

val sbtDevOopsVersion = "2.22.0"
val sbtDevOopsVersion = "2.23.0"
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-github" % sbtDevOopsVersion)
Expand Down

0 comments on commit d1a5933

Please sign in to comment.