aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/jekyll/_data/current.json2
-rw-r--r--site/jekyll/downloads/index.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/site/jekyll/_data/current.json b/site/jekyll/_data/current.json
index c8a7d05..fd9d1f7 100644
--- a/site/jekyll/_data/current.json
+++ b/site/jekyll/_data/current.json
@@ -1,5 +1,5 @@
{
- "version": "2.5.0-M1",
+ "version": "2.5.0-M2",
"native_version": {
"major": "3",
"minor": "0",
diff --git a/site/jekyll/downloads/index.md b/site/jekyll/downloads/index.md
index 403d266..6aded8c 100644
--- a/site/jekyll/downloads/index.md
+++ b/site/jekyll/downloads/index.md
@@ -13,6 +13,9 @@ title: Downloads
Add the following to your build configuration:
~~~scala
+//add resolver to Bintray's jcenter
+resolvers += Resolver.jcenterRepo
+
//main artifact
libraryDependencies += "com.github.jodersky" %% "flow-core" % "{{site.data.current.version}}"