Skip to content

Commit

Permalink
fix plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
barryoneill committed Dec 20, 2022
1 parent 9068fb9 commit 32e6b3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")

0 comments on commit 32e6b3c

Please sign in to comment.