Skip to content

Commit cd1de14

Browse files
Merge pull request #2 from ivano9/master
Upgrade key_value dependency
2 parents 911c8dc + b96c2c7 commit cd1de14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{git, "https://gitlab.com/leapsight/app_config.git", {tag, "1.1.0"}}
99
},
1010
{key_value,
11-
{git, "https://gitlab.com/leapsight/key_value.git", {tag, "1.1.0"}}
11+
{git, "https://github.com/leapsight/key_value.git", {tag, "1.1.0"}}
1212
},
1313
{maps_utils,
1414
{git, "https://github.com/Leapsight/maps_utils.git", {tag, "1.0.0"}}
@@ -24,4 +24,4 @@
2424
]}
2525
]}.
2626

27-
{cover_enabled, true}.
27+
{cover_enabled, true}.

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{ref,"6e1c622c2e9bba51fadba44fa050d4b4ae706890"}},
88
1},
99
{<<"key_value">>,
10-
{git,"https://gitlab.com/leapsight/key_value.git",
10+
{git,"https://github.com/leapsight/key_value.git",
1111
{ref,"414fb19cd067b368666ceb5a2a63f1f24109562b"}},
1212
0},
1313
{<<"ksuid">>,

0 commit comments

Comments
 (0)