aboutsummaryrefslogtreecommitdiff
path: root/downloads/index.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-10 14:22:43 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-10 14:22:43 -0700
commit02ef3db67bdb2ce1a99fb3ce7ba87b19727d7826 (patch)
tree37dbeac1f37c0cd6959b1ba57d67812309e4caa1 /downloads/index.md
parent1953ca0910aa8a84f5129ab15385ebf30e63f78a (diff)
downloadakka-serial-02ef3db67bdb2ce1a99fb3ce7ba87b19727d7826.tar.gz
akka-serial-02ef3db67bdb2ce1a99fb3ce7ba87b19727d7826.tar.bz2
akka-serial-02ef3db67bdb2ce1a99fb3ce7ba87b19727d7826.zip
Release version 3.0.1 to maven central
Diffstat (limited to 'downloads/index.md')
-rw-r--r--downloads/index.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/downloads/index.md b/downloads/index.md
index 9b400d6..e0e22d0 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -13,9 +13,6 @@ title: Downloads
Add the following to your build configuration:
~~~scala
-//add resolver to Bintray's jcenter
-resolvers += Resolver.jcenterRepo
-
//main artifact
libraryDependencies += "ch.jodersky" %% "flow-core" % "{{site.version_latest}}"