File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import Dependencies ._
2
2
3
3
ThisBuild / scalaVersion := " 2.13.4"
4
- ThisBuild / version := " 1.0 .0"
4
+ ThisBuild / version := " 2021.7 .0"
5
5
ThisBuild / organization := " com.example"
6
6
ThisBuild / organizationName := " example"
7
7
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
retries : 5
15
15
16
16
node1 :
17
- image : sample-akka-entity-replication:1.0 .0
17
+ image : sample-akka-entity-replication:2021.7 .0
18
18
restart : always
19
19
depends_on :
20
20
cassandra :
@@ -34,7 +34,7 @@ services:
34
34
-Dakka-entity-replication.eventsourced.persistence.cassandra.journal.tables-autocreate=true
35
35
36
36
node2 :
37
- image : sample-akka-entity-replication:1.0 .0
37
+ image : sample-akka-entity-replication:2021.7 .0
38
38
restart : always
39
39
depends_on :
40
40
cassandra :
@@ -48,7 +48,7 @@ services:
48
48
-Ddatastax-java-driver.basic.contact-points.0=cassandra:9042
49
49
50
50
node3 :
51
- image : sample-akka-entity-replication:1.0 .0
51
+ image : sample-akka-entity-replication:2021.7 .0
52
52
restart : always
53
53
depends_on :
54
54
cassandra :
You can’t perform that action at this time.
0 commit comments