aboutsummaryrefslogtreecommitdiff
path: root/downloads/index.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-01-15 20:03:37 -0800
committerJakob Odersky <jakob@odersky.com>2017-01-15 20:03:55 -0800
commita123bd8dbb98587bbc59535ea9155fefaaf828a1 (patch)
tree418dbf0e23235c35d2bdfc4b83b2dc7c4ed2aaac /downloads/index.md
parentd88a6f18d491e1bf55635023e5cd977226a3db7b (diff)
downloadakka-serial-a123bd8dbb98587bbc59535ea9155fefaaf828a1.tar.gz
akka-serial-a123bd8dbb98587bbc59535ea9155fefaaf828a1.tar.bz2
akka-serial-a123bd8dbb98587bbc59535ea9155fefaaf828a1.zip
Rename project
Diffstat (limited to 'downloads/index.md')
-rw-r--r--downloads/index.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/downloads/index.md b/downloads/index.md
index 946a813..7b998fa 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -13,14 +13,14 @@ title: Downloads
Add the following to your build configuration:
~~~scala
-//main artifact
-libraryDependencies += "ch.jodersky" %% "flow-core" % "{{site.version_latest}}"
+// main artifact
+libraryDependencies += "ch.jodersky" %% "akka-serial-core" % "{{site.version_latest}}"
-//"fat" jar containing native libraries
-libraryDependencies += "ch.jodersky" % "flow-native" % "{{site.version_latest}}" % "runtime"
+// "fat" jar containing native libraries
+libraryDependencies += "ch.jodersky" % "akka-serial-native" % "{{site.version_latest}}" % "runtime"
-//(experimental) support for Akka streams
-libraryDependencies += "ch.jodersky" %% "flow-stream" % "{{site.version_latest}}"
+// support for Akka streams
+libraryDependencies += "ch.jodersky" %% "akka-serial-stream" % "{{site.version_latest}}"
~~~
</div>
@@ -43,16 +43,16 @@ libraryDependencies += "ch.jodersky" %% "flow-stream" % "{{site.version_latest}}
</table>
<p class="small">*These are the platforms for which a native library is included in the release.
-Flow is POSIX compatible so it can be built for a lot more platforms.</p>
+akka-serial is POSIX compatible so it can be built for a lot more platforms.</p>
</div>
</div>
## Release Notes
-Consult the <a href="https://github.com/jodersky/flow/blob/master/CHANGELOG.md">release notes</a> for important changes.
+Consult the <a href="https://github.com/jodersky/akka-serial/blob/master/CHANGELOG.md">release notes</a> for important changes.
## Requirements
-Flow depends on Akka 2.4 and requires a Java runtime version of 1.8. It is released for Scala binary versions 2.11 and 2.12.0-M5.
+Flow depends on Akka 2.4 and requires a Java runtime version of 1.8. It is released for Scala binary versions 2.11 and 2.12.
## Previous Versions
-Archived releases are available in <a href="https://github.com/jodersky/flow/releases">GitHub releases</a>.
+Archived releases are available in <a href="https://github.com/jodersky/akka-serial/releases">GitHub releases</a>.