aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-09-19 14:23:03 +0200
committerJakob Odersky <jodersky@gmail.com>2015-10-03 15:35:17 -0700
commit93bb133ffaa5235e53a3f9f0e74ee518643b8aa3 (patch)
tree93f7854e30852e5203133f8e54d6e0ddcd3e155f /README.md
parent7a785d1560f9aea79d5738e81b554ae77b676dd9 (diff)
downloadakka-serial-93bb133ffaa5235e53a3f9f0e74ee518643b8aa3.tar.gz
akka-serial-93bb133ffaa5235e53a3f9f0e74ee518643b8aa3.tar.bz2
akka-serial-93bb133ffaa5235e53a3f9f0e74ee518643b8aa3.zip
Upgrade build to support Akka 2.4
- upgrade akka dependency to 2.4.0 - drop scala 2.10 - add scala 2.12 - target jvm 1.8
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 beea949..d3bc6a9 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ object Terminal {
More examples on flow's usage are located in the `flow-samples` directory. The examples may be run with sbt: `flow-samples-<sample_name>/run`.
-Since flow integrates into the Akka-IO framework, a good resource on its general design is the framework's [documentation](http://doc.akka.io/docs/akka/2.3.13/scala/io.html).
+Since flow integrates into the Akka-IO framework, a good resource on its general design is the framework's [documentation](http://doc.akka.io/docs/akka/2.4.0/scala/io.html).
## Native side
Since hardware is involved in serial communication, a Scala-only solution is not possible. Nevertherless, the native code is kept simple and minimalistic with the burden of dealing with threads left to Scala. The code aims to be POSIX compliant and therefore easily portable.