aboutsummaryrefslogtreecommitdiff
path: root/Documentation
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 /Documentation
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 'Documentation')
-rw-r--r--Documentation/getting-started.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/getting-started.md b/Documentation/getting-started.md
index d681dd6..8dabb80 100644
--- a/Documentation/getting-started.md
+++ b/Documentation/getting-started.md
@@ -1,7 +1,9 @@
# Getting Started
Flow uses SBT as build system. To get started, include a dependency to flow in your project:
- libraryDependencies += "com.github.jodersky" %% "flow" % "2.2.4"
+ libraryDependencies += "com.github.jodersky" %% "flow" % "2.3.0"
+
+*Note: since version 2.3.0, flow depends on Akka 2.4, therefore requiring a minimum Java Runtime version of 1.8*
Next, you need to include flow's native library that supports communication for serial devices.
@@ -17,7 +19,7 @@ It is recommended that you use the first option for testing purposes or end-user
### The Easy Way
In case your OS/architecture combination is present in the table below, add a second dependency to your project:
- libraryDependencies += "com.github.jodersky" % "flow-native" % "2.2.4"
+ libraryDependencies += "com.github.jodersky" % "flow-native" % "2.3.0"
| OS | Architecture | Notes |
|-------------------|-----------------------------|---------------------------------------------------------------------------------|