Skip to content

Commit

Permalink
Merge pull request #192 from Kevin-Lee/upgrade-sbt-plugin
Browse files Browse the repository at this point in the history
Upgrade: sbt-devoops 2.6.0 => 2.15.0 / sbt-docusaur 0.6.0 => 0.8.1
  • Loading branch information
kevin-lee authored Jan 26, 2022
2 parents bbb81e8 + 3df3e99 commit f82d29a
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.6.0"
val sbtDevOopsVersion = "2.15.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.6.0")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.8.1")

0 comments on commit f82d29a

Please sign in to comment.