Skip to content

Commit

Permalink
Merge pull request #211 from Kevin-Lee/update-sbt-plugins
Browse files Browse the repository at this point in the history
Upgrade sbt plugins sbt-devoops => 2.22.0 / sbt-docusaur => 0.11.0
  • Loading branch information
kevin-lee authored Jul 12, 2022
2 parents bbd074d + f01c294 commit 2e095c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.3.0")
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.9.1")

val sbtDevOopsVersion = "2.15.0"
val sbtDevOopsVersion = "2.22.0"
addSbtPlugin("io.kevinlee" % "sbt-devoops-java" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-github" % sbtDevOopsVersion)

addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.8.1")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.11.0")

0 comments on commit 2e095c5

Please sign in to comment.