Skip to content

Commit ccacee1

Browse files
author
Taichi Yamakawa
committed
👷chore: Bump the version to 2021.7.0
1 parent 5549e1e commit ccacee1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Dependencies._
22

33
ThisBuild / scalaVersion := "2.13.4"
4-
ThisBuild / version := "1.0.0"
4+
ThisBuild / version := "2021.7.0"
55
ThisBuild / organization := "com.example"
66
ThisBuild / organizationName := "example"
77

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
retries: 5
1515

1616
node1:
17-
image: sample-akka-entity-replication:1.0.0
17+
image: sample-akka-entity-replication:2021.7.0
1818
restart: always
1919
depends_on:
2020
cassandra:
@@ -34,7 +34,7 @@ services:
3434
-Dakka-entity-replication.eventsourced.persistence.cassandra.journal.tables-autocreate=true
3535
3636
node2:
37-
image: sample-akka-entity-replication:1.0.0
37+
image: sample-akka-entity-replication:2021.7.0
3838
restart: always
3939
depends_on:
4040
cassandra:
@@ -48,7 +48,7 @@ services:
4848
-Ddatastax-java-driver.basic.contact-points.0=cassandra:9042
4949
5050
node3:
51-
image: sample-akka-entity-replication:1.0.0
51+
image: sample-akka-entity-replication:2021.7.0
5252
restart: always
5353
depends_on:
5454
cassandra:

0 commit comments

Comments
 (0)