mirror of https://github.com/sbt/sbt.git
Windows-friendlier filenames
This commit is contained in:
parent
5996bc38ec
commit
c3e23db5fe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue