Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Oct 20, 2023
1 parent fc4c7bd commit a7fe839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sc
Expand Up @@ -847,6 +847,10 @@ trait Cli extends SbtModule with ProtoBuildModule with CliLaunchers
super.runClasspath() ++ Seq(localRepoJar())
}

def compileIvyDeps = super.ivyDeps() ++ Agg(
Deps.jsoniterMacros
)

// Required by the reflection usage in modules/cli/src/test/scala/cli/tests/SetupScalaCLITests.scala
override def forkArgs: T[Seq[String]] = T {
super.forkArgs() ++ Seq("--add-opens=java.base/java.util=ALL-UNNAMED")
Expand Down

0 comments on commit a7fe839

Please sign in to comment.