Closed jeffmay closed 5 years ago
Hi @jeffmay,
Thank you for your contribution! We really value the time you've taken to put this together.
Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:
Weird error from CI. Any idea what this means @eed3si9n ?
[error] (*:update) sbt.ResolveException: unresolved dependency: org.scala-lang#scala-library;2.10.7: configuration not found in org.scala-lang#scala-library;2.10.7: 'master(compile)'. Missing configuration: 'compile'. It was required from org.json4s#json4s-native_2.10;3.2.10 compile
Let me restart Travis job.
@jeffmay Merged. Thanks for the contribution.
Attempting to fix #137
I tried to do something similar in a local project and it seemed promising. I used:
This produces two distinct
src_managed
directories with separate class files.NOTE: I was having trouble getting the code to compile, but that was because my failed results were cached without the
contrabandCodecsDependencies
present. When I cleaned the target directory and re-rancompile
it worked as expected.Anyway, I tried to push something I think will fix it, but I am seeing the following error locally on master when I run the tests:
Does this look right to you? Any good way to test this locally?