scct
scct copied to clipboard
scct dependency should be in provided/test scope
Hi,
scct is a great work. It's pretty useful. But I would like to ask you an important favor.
By default, "reaktor" %% "scct" is in Compile implicitly. But library authors don't except the behavior. This dependency will make library users confusing.
Is it possible to change the default scope to provided or test? Now I'm specifying scct's scope explicitly as follows. But the default behavior is a pitfall for library authors.
"reaktor" %% "scct" % "0.2-SNAPSHOT" % "test"
Of course, it's best if I could send a pull request. But I've not figured out the implementation yet... I'm truly grateful for your consideration. Just writing about this issue on the usage document might be enough.
Best Regards, -seratch