Skip to content

Commit

Permalink
fix compile error with JDK 23
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 7, 2024
1 parent 573579b commit 402ed42
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 402ed42

Please sign in to comment.