You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
ortest
? Now I'm specifying scct's scope explicitly as follows. But the default behavior is a pitfall for library authors.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
The text was updated successfully, but these errors were encountered: