From 93bb133ffaa5235e53a3f9f0e74ee518643b8aa3 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 19 Sep 2015 14:23:03 +0200 Subject: 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 --- Documentation/getting-started.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Documentation') 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 | |-------------------|-----------------------------|---------------------------------------------------------------------------------| -- cgit v1.2.3