Skip to content

Commit

Permalink
Close #103 - Upgrade sbt-devoops from 2.6.0 to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Dec 3, 2021
1 parent 1def7a3 commit f5aff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")

val sbtDevOopsVersion = "2.6.0"
val sbtDevOopsVersion = "2.14.0"
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-github" % sbtDevOopsVersion)

0 comments on commit f5aff30

Please sign in to comment.