From 3db3fc30231e9e0a89da4187698ca0c03a099e2a Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 16 Dec 2015 23:03:04 -0800 Subject: updated site --- documentation/manual.html | 4 ++-- downloads/index.html | 19 ++++++++++++------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/documentation/manual.html b/documentation/manual.html index 1ebe1db..d878098 100644 --- a/documentation/manual.html +++ b/documentation/manual.html @@ -86,7 +86,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.4.0-M11"
+
libraryDependencies += "com.github.jodersky" %% "flow" % "2.4.0-M1"
 
@@ -109,7 +109,7 @@

The Easy Way

In case your OS/architecture combination is present in the “supported platforms” table in the downloads section, add a second dependency to your project:

-
libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M11" % "runtime"
+
libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M1" % "runtime"
 
diff --git a/downloads/index.html b/downloads/index.html index 104d302..37a1c82 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -43,7 +43,7 @@
-

Latest Version 2.4.0-M11

+

Latest Version 2.4.0-M1

@@ -52,10 +52,10 @@

Add the following tothe build configuration:

//main artifact
-libraryDependencies += "com.github.jodersky" %% "flow" % "2.4.0-M11"
+libraryDependencies += "com.github.jodersky" %% "flow" % "2.4.0-M1"
 
 //(optional) "fat" jar containing native libraries
-libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M11" % "runtime"
+libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M1" % "runtime"
 
@@ -64,13 +64,18 @@ -- cgit v1.2.3