ErlyORM / boss_db

BossDB: a sharded, caching, pooling, evented ORM for Erlang
Other
277 stars 137 forks source link

fix dependence 'erlmc' in 'rebar.config' and 'rebar.config.script' #280

Open Shpaky opened 3 years ago

Shpaky commented 3 years ago

Dependency was changed to actual:

empty repository: {erlmc,{git, "https://github.com/layerhq/erlmc.git",{ref, "c5280da"}}}

was changed to actual: {erlmc, {git, "https://github.com/bipthelin/erlmc.git",{tag, "3062f8deb7ce0540dc85e5e791f146f0a8d7058d"}}}