Skip to content

Commit c5572f0

Browse files
committed
Back to seshat 0.4.0
1 parent 6411294 commit c5572f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PROJECT = osiris
1616

1717
LOCAL_DEPS = sasl crypto
1818
dep_gen_batch_server = hex 0.8.8
19-
dep_seshat = hex 0.6.1
19+
dep_seshat = hex 0.4.0
2020
DEPS = gen_batch_server seshat
2121

2222
# TEST_DEPS=eunit_formatters looking_glass

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{deps, [
44
{gen_batch_server, "0.8.8"},
5-
{seshat, "0.6.1"}
5+
{seshat, "0.4.0"}
66

77
]}.
88

0 commit comments

Comments
 (0)