From 0d319d22fc77df39563b743829d969f161d40e53 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 7 Mar 2016 23:48:45 -0800 Subject: Update site --- site/jekyll/_data/current.json | 2 +- site/jekyll/downloads/index.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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}}" -- cgit v1.2.3