Skip to content

Commit

Permalink
Set 'spawn mode' dependency to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
intjelic committed Jan 5, 2025
1 parent 6b6f6b6 commit 266d1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -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]}.

0 comments on commit 266d1a7

Please sign in to comment.