Listing files from resource directory in sbt 1.2.8
问题 I have a Scala application which processes binary files from some directory in resources . I would like to get this directory as java.io.File and list all the contents. In the newest sbt I am unable to do it the straight way. I have created minimal repo with my issue: https://github.com/mat646/sbt-resource-bug The issue does not occur with sbt 0.13.18 and lower. So after some research I've found out that since sbt 1.0 the design has changed and such issue has been already addressed here: