Skip to content

Commit

Permalink
Merge pull request #530 from xuwei-k/import-java-io-IO
Browse files Browse the repository at this point in the history
fix compile error with JDK 23
  • Loading branch information
eed3si9n committed Sep 7, 2024
2 parents 573579b + 402ed42 commit 124a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/sbtassembly/Assembly.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CacheImplicits._
import sbtassembly.AssemblyPlugin.autoImport.{ Assembly => _, _ }
import sbtassembly.PluginCompat.ClasspathUtilities

import java.io._
import java.io.{ BufferedInputStream, ByteArrayInputStream, FileInputStream, InputStream }
import java.net.URI
import java.nio.file.attribute.{ BasicFileAttributeView, FileTime, PosixFilePermission }
import java.nio.file.{ Path, _ }
Expand Down

0 comments on commit 124a3b4

Please sign in to comment.