diff --git a/build.sbt b/build.sbt index cd0b7b341..855851fce 100644 --- a/build.sbt +++ b/build.sbt @@ -109,7 +109,7 @@ lazy val decodePackets = (project in file("tools/decode-packets")). "org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0" ) ). - dependsOn(pslogin, common) + dependsOn(common) // Special test configuration for really quiet tests (used in CI) lazy val QuietTest = config("quiet") extend(Test)