From 442b39ca2f0ea54d17870a08d012ae6f3a371cd0 Mon Sep 17 00:00:00 2001 From: jbai Date: Fri, 1 Jul 2016 15:14:20 -0700 Subject: [PATCH] change the akka version to 2.3.5 to fix the no such method issue --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 359ce2ab62..a748f88290 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ subprojects { "http_client" : "org.apache.httpcomponents:httpclient:4.5", "http_core" : "org.apache.httpcomponents:httpcore:4.4.1", "json_path" : "com.jayway.jsonpath:json-path:2.0.0", - "akka" : "com.typesafe.akka:akka-actor_2.10:2.3.15", + "akka" : "com.typesafe.akka:akka-actor_2.10:2.3.5", "jgit" : "org.eclipse.jgit:org.eclipse.jgit:4.1.1.201511131810-r", "jsoup" : "org.jsoup:jsoup:1.8.3", "commons_io" : "commons-io:commons-io:2.4",