aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-07 23:56:21 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-07 23:56:21 -0800
commit773bc081728bf770281a22c1700d05b1def75542 (patch)
treeba2bc2d7ae28a52c243678f1775305a22f87ab32
parent8186b3622ce1c9d2b50df3d264ab526dc1e61d77 (diff)
downloadmavigator-773bc081728bf770281a22c1700d05b1def75542.tar.gz
mavigator-773bc081728bf770281a22c1700d05b1def75542.tar.bz2
mavigator-773bc081728bf770281a22c1700d05b1def75542.zip
Update plugins and dependencies
-rw-r--r--project/Dependencies.scala2
-rw-r--r--project/plugins.sbt2
2 files changed, 3 insertions, 1 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 02e11b5..be6cbfe 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -14,7 +14,7 @@ object Dependencies {
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % "1.0.0"
- final val FlowVersion = "2.5.0-M1"
+ final val FlowVersion = "2.5.0-M2"
val flow = "com.github.jodersky" %% "flow-core" % FlowVersion
val flowNative = "com.github.jodersky" % "flow-native" % FlowVersion % Runtime
val flowStream = "com.github.jodersky" % "flow-stream" % FlowVersion
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 152f34e..798db0c 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,6 +6,8 @@ resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releas
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
+resolvers += Resolver.jcenterRepo
+
/*
* Main plugins