From 796974f5d328c50b079630663a66ebaed3f68b1a Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 9 Jun 2016 01:39:07 -0700 Subject: Update organization in downloads --- downloads/index.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/downloads/index.md b/downloads/index.md index 33e70b8..89cd00a 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -17,21 +17,15 @@ Add the following to your build configuration: resolvers += Resolver.jcenterRepo //main artifact -libraryDependencies += "com.github.jodersky" %% "flow-core" % "{{site.version_latest}}" +libraryDependencies += "ch.jodersky" %% "flow-core" % "{{site.version_latest}}" //"fat" jar containing native libraries -libraryDependencies += "com.github.jodersky" % "flow-native" % "{{site.version_latest}}" % "runtime" +libraryDependencies += "ch.jodersky" % "flow-native" % "{{site.version_latest}}" % "runtime" //(experimental) support for Akka streams -libraryDependencies += "com.github.jodersky" %% "flow-stream" % "{{site.version_latest}}" +libraryDependencies += "ch.jodersky" %% "flow-stream" % "{{site.version_latest}}" ~~~ -### Archives - -- Native Libraries -[.tar.gz](https://bintray.com/artifact/download/jodersky/generic/flow-native-libraries-3.0.1.tar.gz) -[.asc (signature)](https://bintray.com/artifact/download/jodersky/generic/flow-native-libraries-3.0.1.tar.gz.asc) -
@@ -46,7 +40,6 @@ libraryDependencies += "com.github.jodersky" %% "flow-stream" % "{{site.version_ Linuxx86_64 x86 - armv6l armv7l Darwin (Mac OSX)x86_64 -- cgit v1.2.3