mirror of https://github.com/sbt/sbt.git
Fix build.sbt
This commit is contained in:
parent
d53ccda9c4
commit
807f4dfdd2
|
|
@ -370,7 +370,7 @@ lazy val utilPosition = (project in file("internal") / "util-position")
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val utilLogging = (project in file("internal") / "util-logging")
|
lazy val utilLogging = (project in file("internal") / "util-logging")
|
||||||
.enablePlugins(ContrabandPlugin, JsonCodecPlugin
|
.enablePlugins(ContrabandPlugin, JsonCodecPlugin)
|
||||||
.dependsOn(utilInterface, collectionProj, coreMacrosProj)
|
.dependsOn(utilInterface, collectionProj, coreMacrosProj)
|
||||||
.settings(
|
.settings(
|
||||||
testedBaseSettings,
|
testedBaseSettings,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue