From 63bb4a258aa791222ba6789c51c2c28f44266994 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 18 Mar 2016 21:28:27 -0700 Subject: Add jcenter resolver to documentations --- site/jekyll/documentation/manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/jekyll/documentation/manual.md b/site/jekyll/documentation/manual.md index 738e64a..fdda38b 100644 --- a/site/jekyll/documentation/manual.md +++ b/site/jekyll/documentation/manual.md @@ -7,9 +7,11 @@ layout: page {:toc} # Getting Started -Flow uses sbt as build system. To get started, include a dependency to flow in your project: +Flow uses sbt as build system. To get started, add the Bintray jcenter resolver and include a dependency to flow in your project: ~~~scala +resolvers += Resolver.jcenterRepo + libraryDependencies += "com.github.jodersky" %% "flow-core" % "{{site.data.current.version}}" ~~~ -- cgit v1.2.3