aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-05 13:21:56 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-05 13:21:56 -0800
commita8f9cccc401fda1376c654d88c071da13be9a9b1 (patch)
tree41c9c22f7b8de9ff1eb034f74306988258e1ff64
parent56e3edc27ca00758558f9a4a8289633e2bebddac (diff)
downloadakka-serial-a8f9cccc401fda1376c654d88c071da13be9a9b1.tar.gz
akka-serial-a8f9cccc401fda1376c654d88c071da13be9a9b1.tar.bz2
akka-serial-a8f9cccc401fda1376c654d88c071da13be9a9b1.zip
Remove extra resolver
-rw-r--r--site/jekyll/downloads/index.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/site/jekyll/downloads/index.md b/site/jekyll/downloads/index.md
index d7c4ffa..403d266 100644
--- a/site/jekyll/downloads/index.md
+++ b/site/jekyll/downloads/index.md
@@ -13,9 +13,6 @@ title: Downloads
Add the following to your build configuration:
~~~scala
-//(temporary fix) add the following to fix an ongoing resolution issue
-resolvers += "jodersky-maven" at "http://dl.bintray.com/jodersky/maven"
-
//main artifact
libraryDependencies += "com.github.jodersky" %% "flow-core" % "{{site.data.current.version}}"