Skip to content

Commit

Permalink
Remove dependency graph plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Mar 27, 2015
1 parent de4f98d commit 3f99ceb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-log4j12" % "1.7.7",
"org.specs2" %% "specs2" % "2.3.13" % "test")

net.virtualvoid.sbt.graph.Plugin.graphSettings

//testOptions := Seq(Tests.Filter(s => Seq("Dev").exists(s.contains(_))))

parallelExecution in Test := false
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")

addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.3")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0")
Expand Down
2 changes: 0 additions & 2 deletions tools/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ outputPath in assembly := baseDirectory.value.getAbsoluteFile.getParentFile /
"assembly" / ("pio-assembly-" + version.value + ".jar")

cleanFiles <+= baseDirectory { base => base.getParentFile / "assembly" }

net.virtualvoid.sbt.graph.Plugin.graphSettings

0 comments on commit 3f99ceb

Please sign in to comment.