Skip to content

Commit 572a973

Browse files
committed
update to latest persistence-cassandra version
1 parent 365a0a7 commit 572a973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<!--Dependency versions-->
104104
<akka.version>2.4.14</akka.version>
105105
<akka.http.version>10.0.0</akka.http.version>
106-
<akka.persistence.cassandra.version>0.6</akka.persistence.cassandra.version>
106+
<akka.persistence.cassandra.version>0.23</akka.persistence.cassandra.version>
107107
<akka.kryo.version>0.5.0</akka.kryo.version>
108108
<apache.httpclient.version>4.5.2</apache.httpclient.version>
109109
<apache.httpcore.version>4.4.5</apache.httpcore.version>
@@ -601,7 +601,7 @@
601601
<version>${akka.version}</version>
602602
</dependency>
603603
<dependency>
604-
<groupId>com.github.krasserm</groupId>
604+
<groupId>com.typesafe.akka</groupId>
605605
<artifactId>akka-persistence-cassandra_${scala.version}</artifactId>
606606
<version>${akka.persistence.cassandra.version}</version>
607607
<scope>runtime</scope>

0 commit comments

Comments
 (0)