diff --git a/Makefile b/Makefile index 68c6f7b..3fa369d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROJECT_VERSION = 0.1.0 DEPS = spawn_mode TEST_DEPS = meck -dep_spawn_mode = git https://github.com/erlangsters/spawn-mode master +dep_spawn_mode = git https://github.com/erlangsters/spawn-mode 0.0.1 dep_meck = git https://github.com/eproxus/meck.git 1.0.0 include erlang.mk diff --git a/rebar.config b/rebar.config index bbbe478..9616632 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ -{spawn_mode,".*",{git,"https://github.com/erlangsters/spawn-mode",{branch,"master"}}} +{spawn_mode,".*",{git,"https://github.com/erlangsters/spawn-mode",{ref,"0.0.1"}}} ]}. {erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.