aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-06 18:52:50 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-06 18:52:50 -0800
commit27d549b150c516d3dbe89b8cd57353f3a264635e (patch)
treec72d37fce0e91b283c4f612f92f40b9ef9bb33a0 /Documentation
parentfcfd8de1eddaadd9e559a2ae3151da0cbe706166 (diff)
downloadakka-serial-27d549b150c516d3dbe89b8cd57353f3a264635e.tar.gz
akka-serial-27d549b150c516d3dbe89b8cd57353f3a264635e.tar.bz2
akka-serial-27d549b150c516d3dbe89b8cd57353f3a264635e.zip
bump versionv2.3.1
Diffstat (limited to 'Documentation')
-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 ba0ce43..cb03a19 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 in your project:
- libraryDependencies += "com.github.jodersky" %% "flow" % "2.3.0"
+ libraryDependencies += "com.github.jodersky" %% "flow" % "2.3.1"
*Note: since version 2.3.0, flow depends on Akka 2.4, therefore requiring a minimum Java Runtime version of 1.8*
@@ -19,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.3.0"
+ libraryDependencies += "com.github.jodersky" % "flow-native" % "2.3.1"
| OS | Architecture | Notes |
|-------------------|-----------------------------|------------------------------------------------------------------------------------------------------------------------|