From d225e074306e1ec2a67aa57074456d4640f9005a Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 24 Jan 2016 16:54:58 -0800 Subject: Add note on required resolver --- site/jekyll/downloads/index.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'site') diff --git a/site/jekyll/downloads/index.md b/site/jekyll/downloads/index.md index dd2569c..2bc2828 100644 --- a/site/jekyll/downloads/index.md +++ b/site/jekyll/downloads/index.md @@ -20,6 +20,13 @@ libraryDependencies += "com.github.jodersky" %% "flow" % "{{site.data.current.ve libraryDependencies += "com.github.jodersky" % "flow-native" % "{{site.data.current.version}}" % "runtime" ~~~ + +*Note (as of 2016-01-24 17:00 PST): a dependency (jni-library) is currently awaiting inclusion in the official jcenter repository. Until this is the case, an additional resolver will have to be added to the sbt build configuration:* + +~~~scala +resolvers += Resolver.bintrayRepo("jodersky", "maven") +~~~ + ### Archives - Native Libraries -- cgit v1.2.3