From 12f9975043aa64d10702028b51f7362b50d02f88 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 28 Jan 2018 11:29:08 +0100 Subject: Change README to reflect publishing state on Bintray. --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a54992f..075aee4 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,7 @@ plugin][continuations]. ## Usage -Since the library is not currently published in a publically -accessible Maven repository, you have to compile it and publish it -into your local Maven repository yourself: - -```bash -sbt publishLocal -``` - -And then, in your `build.sbt` file: +In your `build.sbt` file: ```scala // Enable CPS plugin @@ -23,8 +15,9 @@ libraryDependencies += "org.scala-lang.plugins" %% "scala-continuations-library" scalacOptions += "-P:continuations:enable", // Depend on fibers-core +resolvers += Resolver.bintrayRepo("mulk", "maven") libraryDependencies ++= Seq( - "eu.mulk" %% "fibers-core" % "0.1.0-SNAPSHOT", + "eu.mulk" %% "fibers-core" % "0.1.0", ) ``` -- cgit v1.2.3