Skip to content

Commit

Permalink
Close #218 - Bump sbt-devoops to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Mar 4, 2024
1 parent aa680e7 commit ac3b163
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 @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.5")
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.15.0")

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

0 comments on commit ac3b163

Please sign in to comment.