From e3250b48620b8e4a3651d097ecc4c437586a2d82 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 18 Apr 2018 08:02:42 +0100 Subject: fix import in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6b8d94..1e00844 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to match your project’s Scala binary version): After adding a scala-async to your classpath, write your first `async` block: ```scala -import ExecutionContext.Implicits.global +import scala.concurrent.ExecutionContext.Implicits.global import scala.async.Async.{async, await} val future = async { -- cgit v1.2.3