mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
Fix deprecation warning
This commit is contained in:
@@ -49,7 +49,7 @@ object CacheFetchTests extends TestSuite {
|
||||
)
|
||||
)
|
||||
|
||||
startRes.process.run(fetch).run
|
||||
startRes.process.run(fetch).unsafePerformSync
|
||||
} finally {
|
||||
cleanTmpDir()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user