From 8d920cd69a28a6c4fa84c2407eef766b5f96919b Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 10 Jun 2016 13:41:02 -0700 Subject: Use sonatype to deploy artifacts --- Documentation/manual.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Documentation/manual.md') diff --git a/Documentation/manual.md b/Documentation/manual.md index f3c5ac7..d1bd335 100644 --- a/Documentation/manual.md +++ b/Documentation/manual.md @@ -7,11 +7,9 @@ title: User Guide {:toc} # Getting Started -Flow uses sbt as build system. To get started, add the Bintray jcenter resolver and include a dependency to flow in your project: +Flow uses sbt as build system. To get started, include a dependency to flow in your project: ~~~scala -resolvers += Resolver.jcenterRepo - libraryDependencies += "ch.jodersky" %% "flow-core" % "@version@" ~~~ -- cgit v1.2.3