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 {
|
async {
|
||||||
val expected =
|
val expected =
|
||||||
await(
|
await(
|
||||||
textResource(s"resolutions/${module.organization}:${module.name}:$version")
|
textResource(s"resolutions/${module.organization}/${module.name}/$version")
|
||||||
)
|
)
|
||||||
.split('\n')
|
.split('\n')
|
||||||
.toSeq
|
.toSeq
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue