Update upper version bound for scala-java8-compat in OSGi (#31024) (#31025)

Align the version range with the actual versions of the
scala-java8-compat dependency for the different Scala versions.
This commit is contained in:
Oliver Heger 2022-01-03 08:52:17 +01:00 committed by GitHub
parent d56feb6275
commit e4a56d7cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ object OSGi {
versionedImport(packageName, s"$epoch.$major", s"$epoch.${major.toInt + 1}")
}
def scalaJava8CompatImport(packageName: String = "scala.compat.java8.*") =
versionedImport(packageName, "0.8.0", "1.0.0")
versionedImport(packageName, "0.8.0", "2.0.0")
def scalaParsingCombinatorImport(packageName: String = "scala.util.parsing.combinator.*") =
versionedImport(packageName, "1.1.0", "1.2.0")
def sslConfigCoreImport(packageName: String = "com.typesafe.sslconfig") =