aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-04-12 11:52:13 +0200
committerJakob Odersky <jodersky@gmail.com>2014-04-12 11:52:13 +0200
commit5f1489f14bc6e23f8f8ebf89db1f85a98660f347 (patch)
tree807ee5f0b6605a23454d032f09435876b6ec8fdb /README.md
parentf3e0b58c0cc65c931207adb5539ba1f77465f8aa (diff)
downloadakka-serial-5f1489f14bc6e23f8f8ebf89db1f85a98660f347.tar.gz
akka-serial-5f1489f14bc6e23f8f8ebf89db1f85a98660f347.tar.bz2
akka-serial-5f1489f14bc6e23f8f8ebf89db1f85a98660f347.zip
update readme to latest version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0aa4188..4837a73 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ For a short guide on how to use flow see the file [documentation/basics.md](docu
Flow is built and its examples run with SBT. To get started, include a dependency to flow in your project:
- libraryDependencies += "com.github.jodersky" %% "flow" % "2.0.0" (will be available when merged into master)
+ libraryDependencies += "com.github.jodersky" %% "flow" % "2.0.0-RC2"
ATTENTION: flow uses native libraries to back serial communication, therefore before you can run any application depending on flow you must include flow's native library in the JVM library path. Check out section 'build' on how this may be done.