aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-10-03 15:43:42 -0700
committerJakob Odersky <jodersky@gmail.com>2015-10-03 15:43:42 -0700
commit1de1317375117b32001d943d64db6d6412c9d720 (patch)
tree9af1a7f16ff154a7ae44e4ff57d6da9cb5603e43 /Documentation
parent7a785d1560f9aea79d5738e81b554ae77b676dd9 (diff)
parent64436bd4364cbe7e4889724011ea80eb325565af (diff)
downloadakka-serial-1de1317375117b32001d943d64db6d6412c9d720.tar.gz
akka-serial-1de1317375117b32001d943d64db6d6412c9d720.tar.bz2
akka-serial-1de1317375117b32001d943d64db6d6412c9d720.zip
Merge branch 'akka-2.4'
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 |
|-------------------|-----------------------------|---------------------------------------------------------------------------------|