We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b11542 + 274d49e commit 775474bCopy full SHA for 775474b
build.sbt
@@ -19,6 +19,8 @@ scalaModuleOsgiSettings
19
20
OsgiKeys.exportPackage := Seq(s"scala.compat.java8.*;version=${version.value}")
21
22
+OsgiKeys.privatePackage := List("scala.concurrent.java8.*")
23
+
24
libraryDependencies += "junit" % "junit" % "4.11" % "test"
25
26
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
@@ -96,6 +98,6 @@ initialCommands :=
96
98
"""|import scala.concurrent._
97
99
|import ExecutionContext.Implicits.global
100
|import java.util.concurrent.{CompletionStage,CompletableFuture}
- |import scala.concurrent.java8.FutureConverter._
101
+ |import scala.compat.java8.FutureConverter._
102
|""".stripMargin
103
0 commit comments