aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/downloads/index.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-07 23:48:45 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-07 23:48:45 -0800
commit0d319d22fc77df39563b743829d969f161d40e53 (patch)
treebcfa86806188963a4653d45febe8c8549c425c7b /site/jekyll/downloads/index.md
parent0c6796bf6e3ae7559311bd4654aec94cc34237e2 (diff)
downloadakka-serial-0d319d22fc77df39563b743829d969f161d40e53.tar.gz
akka-serial-0d319d22fc77df39563b743829d969f161d40e53.tar.bz2
akka-serial-0d319d22fc77df39563b743829d969f161d40e53.zip
Update site
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}}"