chore: Update Scala to 2.13.13 (#1155)

* chore: Update Scala to 2.13.13

* chore: Remove unused imports

* chore: Update Scala version to 2.13.13 in link-validator.conf
This commit is contained in:
He-Pin(kerr) 2024-02-28 12:53:22 +08:00 committed by GitHub
parent dbfdcb678d
commit d884540c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 11 deletions

View file

@ -167,7 +167,6 @@ class BundleDescriptorBuilder(name: String) {
}
def extractHeaders(file: File): HashMap[String, String] = {
import scala.collection.JavaConverters.iterableAsScalaIterableConverter
val headers = new HashMap[String, String]()
val jis = new JarInputStream(new FileInputStream(file))
try {