mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
Add missing dependency on common package
This commit is contained in:
parent
46bd2aca50
commit
d58550dc3b
|
|
@ -108,7 +108,8 @@ lazy val decodePackets = (project in file("tools/decode-packets")).
|
|||
libraryDependencies ++= Seq(
|
||||
"org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0"
|
||||
)
|
||||
)
|
||||
).
|
||||
dependsOn(pslogin, common)
|
||||
|
||||
// Special test configuration for really quiet tests (used in CI)
|
||||
lazy val QuietTest = config("quiet") extend(Test)
|
||||
|
|
|
|||
Loading…
Reference in a new issue