mirror of https://github.com/sbt/sbt.git
Move Showlines to logging to drop logging->collection dep
This commit is contained in:
parent
f8d67d6837
commit
84180ec402
|
|
@ -107,7 +107,7 @@ lazy val utilComplete = (project in internalPath / "util-complete").
|
|||
// logging
|
||||
lazy val utilLogging = (project in internalPath / "util-logging").
|
||||
enablePlugins(ContrabandPlugin, JsonCodecPlugin).
|
||||
dependsOn(utilInterface, utilCollection, utilTesting % Test).
|
||||
dependsOn(utilInterface, utilTesting % Test).
|
||||
settings(
|
||||
commonSettings,
|
||||
crossScalaVersions := Seq(scala210, scala211, scala212),
|
||||
|
|
|
|||
Loading…
Reference in New Issue