update osgi version import, #22363
This commit is contained in:
parent
94afbee179
commit
234edf3dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ object OSGi {
|
|||
)
|
||||
def defaultImports(scalaVersion: String) = Seq("!sun.misc", akkaImport(), configImport(), "!scala.compat.java8.*",
|
||||
"!scala.util.parsing.*", scalaImport(scalaVersion), "*")
|
||||
def akkaImport(packageName: String = "akka.*") = versionedImport(packageName, "2.4", "2.5")
|
||||
def akkaImport(packageName: String = "akka.*") = versionedImport(packageName, "2.5", "2.6")
|
||||
def configImport(packageName: String = "com.typesafe.config.*") = versionedImport(packageName, "1.3.0", "1.4.0")
|
||||
def scalaImport(version: String) = {
|
||||
val packageName = "scala.*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue