unmanagedResourceDirectories
not available to sbt-scalafix
#2137
Labels
unmanagedResourceDirectories
not available to sbt-scalafix
#2137
I'm supplying resources in sbt via
Compile / unmanagedResourceDirectories
. A library then consumes these resources during compile time. That does unfortunately break sbt-scalafix, because it apparently doesn't know about theunmanagedResourceDirectories
.I tried to make
unmanagedResourceDirectories
available to sbt-scalafix by using different scopes and configurations, but couldn't find a working setup.A simple reproducer can be found here: https://github.com/taig/sbt-scalafix-unmanaged-resource-directories
The text was updated successfully, but these errors were encountered: