mirror of https://github.com/sbt/sbt.git
removed unused jsoncodec plugin
This commit is contained in:
parent
7d275cf18e
commit
0499b58819
|
|
@ -261,7 +261,7 @@ lazy val lmIvy = (project in file("ivy"))
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val lmCoursier = (project in file("coursier"))
|
lazy val lmCoursier = (project in file("coursier"))
|
||||||
.enablePlugins(ContrabandPlugin, JsonCodecPlugin)
|
.enablePlugins(ContrabandPlugin)
|
||||||
.dependsOn(lmIvy)
|
.dependsOn(lmIvy)
|
||||||
.settings(
|
.settings(
|
||||||
commonSettings,
|
commonSettings,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue