Fix build.sbt

This commit is contained in:
adpi2 2023-10-04 09:50:24 +02:00 committed by GitHub
parent d53ccda9c4
commit 807f4dfdd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ lazy val utilPosition = (project in file("internal") / "util-position")
)
lazy val utilLogging = (project in file("internal") / "util-logging")
.enablePlugins(ContrabandPlugin, JsonCodecPlugin
.enablePlugins(ContrabandPlugin, JsonCodecPlugin)
.dependsOn(utilInterface, collectionProj, coreMacrosProj)
.settings(
testedBaseSettings,