We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6411294 commit c5572f0Copy full SHA for c5572f0
Makefile
@@ -16,7 +16,7 @@ PROJECT = osiris
16
17
LOCAL_DEPS = sasl crypto
18
dep_gen_batch_server = hex 0.8.8
19
-dep_seshat = hex 0.6.1
+dep_seshat = hex 0.4.0
20
DEPS = gen_batch_server seshat
21
22
# TEST_DEPS=eunit_formatters looking_glass
rebar.config
@@ -2,7 +2,7 @@
2
3
{deps, [
4
{gen_batch_server, "0.8.8"},
5
- {seshat, "0.6.1"}
+ {seshat, "0.4.0"}
6
7
]}.
8
0 commit comments