Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Downgrade to akka 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlopezm committed Sep 22, 2015
1 parent 0a82f0b commit 2ebe5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crossdata-driver/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

akka {
# Akka version, checked against the runtime version of Akka.
version = "2.3.11"
version = "2.3.4"

# Home directory of Akka, modules in the deploy directory will be loaded
home = ""
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</modules>
<properties>
<scala.version>2.10.4</scala.version>
<akka.version>2.3.11</akka.version>
<akka.version>2.3.4</akka.version>
<infinispan.version>6.0.2.Final</infinispan.version>
<scala.dep.version>2.10.4</scala.dep.version>
<coverage.data.dir>${project.build.outputDirectory}</coverage.data.dir>
Expand Down

0 comments on commit 2ebe5cb

Please sign in to comment.