aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-05 01:26:03 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-05 01:26:03 -0800
commitf7d5e955efceb783e1f5169ed0fc224fd7cd380a (patch)
tree6de6fe45b7fe620a6171fb93b46f1ea4084ab194
parenta7c250b90e21d092295face65430b1c9853daa3f (diff)
downloadakka-serial-f7d5e955efceb783e1f5169ed0fc224fd7cd380a.tar.gz
akka-serial-f7d5e955efceb783e1f5169ed0fc224fd7cd380a.tar.bz2
akka-serial-f7d5e955efceb783e1f5169ed0fc224fd7cd380a.zip
Add temporary resolution fix
-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..d7c4ffa 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
+//(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}}"