removed unused jsoncodec plugin

This commit is contained in:
andrea 2018-10-19 10:55:20 +01:00
parent 7d275cf18e
commit 0499b58819
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ lazy val lmIvy = (project in file("ivy"))
)
lazy val lmCoursier = (project in file("coursier"))
.enablePlugins(ContrabandPlugin, JsonCodecPlugin)
.enablePlugins(ContrabandPlugin)
.dependsOn(lmIvy)
.settings(
commonSettings,