aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/Dependencies.scala4
-rw-r--r--project/FlowBuild.scala2
-rw-r--r--project/plugins.sbt2
3 files changed, 4 insertions, 4 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ce1a6b1..3079933 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -4,8 +4,8 @@ import sbt._
object Dependencies {
- val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.7"
+ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.8"
- val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.4.7"
+ val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.4.8"
}
diff --git a/project/FlowBuild.scala b/project/FlowBuild.scala
index a2e40aa..5873645 100644
--- a/project/FlowBuild.scala
+++ b/project/FlowBuild.scala
@@ -5,7 +5,7 @@ import Keys._
object FlowBuild extends Build {
- val scalaVersions = List("2.11.8", "2.12.0-M4")
+ val scalaVersions = List("2.11.8", "2.12.0-M5")
lazy val commonSettings: Seq[Setting[_]] = Seq(
resolvers += Resolver.jcenterRepo,
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e994184..3c53cfd 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -5,7 +5,7 @@
resolvers += Resolver.jcenterRepo
// Build, package and load native libraries
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.1.0")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.1")
/*
* Utility plugins, can be disabled during plain build