From f7d5e955efceb783e1f5169ed0fc224fd7cd380a Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 5 Mar 2016 01:26:03 -0800 Subject: Add temporary resolution fix --- site/jekyll/downloads/index.md | 3 +++ 1 file changed, 3 insertions(+) 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}}" -- cgit v1.2.3