Skip to content

Commit

Permalink
exclude argonaut-shapeless from couriser-jvm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
albertpchen committed Oct 12, 2024
1 parent ca4f846 commit 4a08b37
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion main/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,15 @@ object `package` extends RootModule with build.MillStableScalaModule with BuildI

object util extends build.MillStableScalaModule {
def moduleDeps = Seq(api, client)
def ivyDeps = Agg(build.Deps.coursier, build.Deps.coursierJvm, build.Deps.jline)
def ivyDeps = Agg(
build.Deps.coursier,
build.Deps.coursierJvm.exclude(
"com.github.alexarchambault" -> "argonaut-shapeless_6.3",
"com.chuusai" -> "shapeless",
"io.argonaut" -> "argonaut",
),
build.Deps.jline
)
}

object define extends build.MillStableScalaModule {
Expand Down

0 comments on commit 4a08b37

Please sign in to comment.