aboutsummaryrefslogtreecommitdiff
path: root/Documentation/getting-started.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-09-13 19:26:52 +0200
committerJakob Odersky <jodersky@gmail.com>2015-09-13 19:26:52 +0200
commita5c0b584749059cced2b3358ddb1ff7c5768bc4d (patch)
tree5bcb32860a96b4e4f03079fa5c10a57a069bee71 /Documentation/getting-started.md
parentf4fa02b23c38976249852fa0b93d4e6087b78f79 (diff)
downloadakka-serial-a5c0b584749059cced2b3358ddb1ff7c5768bc4d.tar.gz
akka-serial-a5c0b584749059cced2b3358ddb1ff7c5768bc4d.tar.bz2
akka-serial-a5c0b584749059cced2b3358ddb1ff7c5768bc4d.zip
prepare release 2.2.4v2.2.4
Diffstat (limited to 'Documentation/getting-started.md')
-rw-r--r--Documentation/getting-started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/getting-started.md b/Documentation/getting-started.md
index 798b5be..c58195b 100644
--- a/Documentation/getting-started.md
+++ b/Documentation/getting-started.md
@@ -1,7 +1,7 @@
# Getting Started
Flow uses SBT as build system. To get started, include a dependency to flow-core in your project:
- libraryDependencies += "com.github.jodersky" %% "flow" % "2.2.3"
+ libraryDependencies += "com.github.jodersky" %% "flow" % "2.2.4"
## Including Native Library
*NOTICE: 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.*
@@ -9,7 +9,7 @@ Flow uses SBT as build system. To get started, include a dependency to flow-core
### 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.3"
+ libraryDependencies += "com.github.jodersky" % "flow-native" % "2.2.4"
| OS | Architecture | Notes |
|-------------------|-----------------------------|---------------------------------------------------------------------------------|