We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac50fe commit cdef457Copy full SHA for cdef457
examples/src/main/scala/Example.scala
@@ -11,6 +11,7 @@ import play.api.libs.ws.ahc.StandaloneAhcWSClient
11
import scala.concurrent.duration._
12
import scala.concurrent.ExecutionContext.Implicits.global
13
import scala.util.{Failure, Success, Try}
14
+import scala.collection.immutable.Seq
15
16
object Example extends App {
17
0 commit comments