aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}}"