mirror of https://github.com/sbt/sbt.git
Fix deprecation warning
This commit is contained in:
parent
79e60f17ca
commit
44e3eee0d3
|
|
@ -49,7 +49,7 @@ object CacheFetchTests extends TestSuite {
|
|||
)
|
||||
)
|
||||
|
||||
startRes.process.run(fetch).run
|
||||
startRes.process.run(fetch).unsafePerformSync
|
||||
} finally {
|
||||
cleanTmpDir()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue