Skip to content

Commit c831478

Browse files
committed
replace deprecated package
1 parent 0ee0557 commit c831478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/io/ZipArchive.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import java.nio.file.Files
1111
import java.util.zip.{ ZipEntry, ZipFile }
1212
import java.util.jar.Manifest
1313
import scala.collection.mutable
14-
import scala.collection.JavaConverters._
14+
import scala.jdk.CollectionConverters._
1515

1616
/** An abstraction for zip files and streams. Everything is written the way
1717
* it is for performance: we come through here a lot on every run. Be careful

0 commit comments

Comments
 (0)