aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/downloads/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/jekyll/downloads/index.md')
-rw-r--r--site/jekyll/downloads/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/jekyll/downloads/index.md b/site/jekyll/downloads/index.md
index 403d266..6aded8c 100644
--- a/site/jekyll/downloads/index.md
+++ b/site/jekyll/downloads/index.md
@@ -13,6 +13,9 @@ title: Downloads
Add the following to your build configuration:
~~~scala
+//add resolver to Bintray's jcenter
+resolvers += Resolver.jcenterRepo
+
//main artifact
libraryDependencies += "com.github.jodersky" %% "flow-core" % "{{site.data.current.version}}"