Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Bump akka til 2.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Flemmen committed Jul 11, 2019
1 parent fd3de05 commit fb16f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventstore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<akka.version>2.4.17</akka.version>
<akka.version>2.5.21</akka.version>
<commons-io.version>2.4</commons-io.version>
<embed-mongo.version>2.2.0</embed-mongo.version>
<guava.version>28.0-jre</guava.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void setup() {

@AfterClass
public static void teardown() {
system.shutdown();
system.terminate();
}

@Test
Expand Down

0 comments on commit fb16f80

Please sign in to comment.