Align the version range with the actual versions of the scala-java8-compat dependency for the different Scala versions.
This commit is contained in:
parent
d56feb6275
commit
e4a56d7cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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") =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue