Windows-friendlier filenames

This commit is contained in:
Alexandre Archambault 2015-07-07 20:19:52 +01:00
parent 5996bc38ec
commit c3e23db5fe
7 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ object CentralTests extends TestSuite {
async {
val expected =
await(
textResource(s"resolutions/${module.organization}:${module.name}:$version")
textResource(s"resolutions/${module.organization}/${module.name}/$version")
)
.split('\n')
.toSeq