aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-01-24 16:54:58 -0800
committerJakob Odersky <jakob@odersky.com>2016-01-24 16:54:58 -0800
commitd225e074306e1ec2a67aa57074456d4640f9005a (patch)
treeb21ff32ceaaf0052c3c337b5beb118fad2cd6d05
parenteb2b7695db20a549929a1d45937df6c2db5449f0 (diff)
downloadakka-serial-d225e074306e1ec2a67aa57074456d4640f9005a.tar.gz
akka-serial-d225e074306e1ec2a67aa57074456d4640f9005a.tar.bz2
akka-serial-d225e074306e1ec2a67aa57074456d4640f9005a.zip
Add note on required resolver
-rw-r--r--site/jekyll/downloads/index.md7
1 files changed, 7 insertions, 0 deletions
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