Browse Source

sh with erl19 warnings fixes

221V 1 year ago
parent
commit
cdd4aea288
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rebar.config

+ 2 - 2
rebar.config

@@ -1,4 +1,4 @@
 {deps_dir,"deps"}.
 {deps_dir,"deps"}.
-{deps, [%{ling, ".*", {git, "git@github.com:cloudozer/ling", {tag, "master"}}},
-        {sh, ".*",   {git, "git@github.com:synrc/sh",       {tag, "1.9"}}}
+{deps, [%{ling, ".*", {git, "git@github.com:cloudozer/ling", {tag, "master"}}}
+        {sh, ".*",   {git, "https://git.4dev.win/n4u/sh.git",  {tag, "1.9-erl19"}}}  %{sh, ".*",   {git, "git@github.com:synrc/sh",  {tag, "1.9"}}}
        ]}.
        ]}.