We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee0557 commit c831478Copy full SHA for c831478
compiler/src/dotty/tools/io/ZipArchive.scala
@@ -11,7 +11,7 @@ import java.nio.file.Files
11
import java.util.zip.{ ZipEntry, ZipFile }
12
import java.util.jar.Manifest
13
import scala.collection.mutable
14
-import scala.collection.JavaConverters._
+import scala.jdk.CollectionConverters._
15
16
/** An abstraction for zip files and streams. Everything is written the way
17
* it is for performance: we come through here a lot on every run. Be careful
0 commit comments