diff --git a/README.md b/README.md index 66fd44d8..a5a66d91 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ For sbt projects add the following to your build definition - build.sbt or proje ```scala libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.10.0" +libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided ``` For Maven projects add the following to your (make sure to use the correct Scala version suffix @@ -22,6 +23,12 @@ to match your project’s Scala binary version): scala-async_2.12 0.10.0 + + org.scala-lang + scala-reflect + 2.12.10 + provided + ``` After adding scala-async to your classpath, write your first `async` block: