Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

add missing repo #20

Merged
merged 2 commits into from
Feb 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// for our clone of sbt-checkstyle-plugin
resolvers ++= Seq(Resolver.mavenLocal)

dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "7.3"
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
Expand All @@ -11,8 +8,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "1.0.6")

/* TODO upgrade sbt-git to 1.0.1 once that has been released
* this version has been published off https://github.com/mpollmeier/sbt-git/commit/28c16590e57168a174bec1fa309e321efabac239
* context: we provided a bugfix and waited for too long for a new release: https://github.com/sbt/sbt-git/pull/162
/* TODO upgrade sbt-git to 1.0.1 once that has been released including: https://github.com/sbt/sbt-git/pull/162
*/
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0-c68e1ebfd9b40cf052436674a333496351feeff0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")