aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
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 |
|-------------------|-----------------------------|------------------------------------------------------------------------------------------------------------------------|