aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-07 23:48:45 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-07 23:48:45 -0800
commit0d319d22fc77df39563b743829d969f161d40e53 (patch)
treebcfa86806188963a4653d45febe8c8549c425c7b
parent0c6796bf6e3ae7559311bd4654aec94cc34237e2 (diff)
downloadakka-serial-0d319d22fc77df39563b743829d969f161d40e53.tar.gz
akka-serial-0d319d22fc77df39563b743829d969f161d40e53.tar.bz2
akka-serial-0d319d22fc77df39563b743829d969f161d40e53.zip
Update site
-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}}"