aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-24 18:59:43 +0100
committerJakob Odersky <jodersky@gmail.com>2014-03-24 18:59:43 +0100
commit384fc06e112bd8ac3d49de29a84af78774c32923 (patch)
tree57e90c75667b99d66d90b194b93c34affb30fbc5 /README.md
parent89253834598706b638a54b729f312cf70fa13974 (diff)
downloadakka-serial-384fc06e112bd8ac3d49de29a84af78774c32923.tar.gz
akka-serial-384fc06e112bd8ac3d49de29a84af78774c32923.tar.bz2
akka-serial-384fc06e112bd8ac3d49de29a84af78774c32923.zip
bump maven dependency versionv1.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17897ed..f1158e1 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,13 @@ For a short guide on how to use flow see the file "documentation/basics.md", acc
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" % "1.1.0"
+ libraryDependencies += "com.github.jodersky" %% "flow" % "1.2.0"
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! To do so, you have two options.
1. The easy way: add a second dependency to your project: (this dependency is not available on maven, please run ```flow-pack/publishLocal``` before)
- libraryDependencies += "com.github.jodersky" %% "flow-pack" % "1.1.0"
+ libraryDependencies += "com.github.jodersky" %% "flow-pack" % "1.2.0"
This will add a jar to your classpath containing native libraries for various platforms. At run time, the correct library for the current platform is selected, extracted and loaded. This solution enables running applications seamlessly, as if they were pure JVM applications. However, since the JVM does not enable full determination of the current platform (only OS and rough architecture are known), only a couple of platforms are supported through this solution. Currently, these are given in the table below.