Skip to content

Commit

Permalink
Add 'spawn mode' and meck to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
intjelic committed Dec 16, 2024
1 parent e756274 commit be976c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ PROJECT = otpless_orchestrator
PROJECT_DESCRIPTION = New project
PROJECT_VERSION = 0.1.0

DEPS = spawn_mode
TEST_DEPS = meck

dep_spawn_mode = git https://github.com/erlangsters/spawn-mode master
dep_meck = git https://github.com/eproxus/meck.git 1.0.0

include erlang.mk

0 comments on commit be976c4

Please sign in to comment.