Resources are not on class path of run configs (sbt projects)
I noticed that none of my `src/main/resources` is found with the run configs created by IDEA. If I start my project via `sbt run` from the terminal, the class path is correct. Should I file a bug report?
Please sign in to leave a comment.
It seems to be a caching problem as well. After refreshing my project again and updating a dependency, the resources were found again...