Browse Source

upd rebar.config - deps erl19 fix warnings

221V 1 year ago
parent
commit
617f9751e4
1 changed files with 5 additions and 5 deletions
  1. 5 5
      rebar.config

+ 5 - 5
rebar.config

@@ -6,15 +6,15 @@
     %{syn,     ".*", {git, "https://git.4dev.win/n4u/syn.git",          {tag, "1.1.0"}}},
     %{syn,     ".*", {git, "https://git.4dev.win/n4u/syn.git",          {tag, "1.1.0"}}},
     
     
     {jsone,   ".*", {git, "https://git.4dev.win/n4u/jsone.git",        {tag, "1.4.7"} }},
     {jsone,   ".*", {git, "https://git.4dev.win/n4u/jsone.git",        {tag, "1.4.7"} }},
-    {erlydtl, ".*", {git, "https://git.4dev.win/n4u/erlydtl.git",      {tag, "0.8.0"}}},
-    {nitro,   ".*", {git, "https://git.4dev.win/n4u/nitro.git",        {tag, "2.4"}  }},
+    {erlydtl, ".*", {git, "https://git.4dev.win/n4u/erlydtl.git",      {tag, "0.12.1"}}},
+    {nitro,   ".*", {git, "https://git.4dev.win/n4u/nitro.git",        {tag, "2.4-erl19"}  }},
     
     
     {fs,      ".*", {git, "https://git.4dev.win/n4u/fs.git",           {tag, "1.9"}  }},
     {fs,      ".*", {git, "https://git.4dev.win/n4u/fs.git",           {tag, "1.9"}  }},
     {active,  ".*", {git, "https://git.4dev.win/n4u/active.git",       {tag, "1.9"}  }},
     {active,  ".*", {git, "https://git.4dev.win/n4u/active.git",       {tag, "1.9"}  }},
     
     
     {sh,      ".*", {git, "https://git.4dev.win/n4u/sh.git",           {tag, "1.9-erl19"}  }},
     {sh,      ".*", {git, "https://git.4dev.win/n4u/sh.git",           {tag, "1.9-erl19"}  }},
     
     
-    {cowlib,  ".*", {git, "https://git.4dev.win/n4u/cowlib.git",       {tag, "1.0.0"} }},
+    {cowlib,  ".*", {git, "https://git.4dev.win/n4u/cowlib.git",       {branch, "1.0.0-erl19"} }},
     {ranch,   ".*", {git, "https://git.4dev.win/n4u/ranch.git",        {tag, "1.0.0"} }},
     {ranch,   ".*", {git, "https://git.4dev.win/n4u/ranch.git",        {tag, "1.0.0"} }},
     {cowboy,  ".*", {git, "https://git.4dev.win/n4u/cowboy.git",       {tag, "1.0.1"} }},
     {cowboy,  ".*", {git, "https://git.4dev.win/n4u/cowboy.git",       {tag, "1.0.1"} }},
     
     
@@ -24,10 +24,10 @@
     
     
     {mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {tag, "1.9-erl19"}  }},
     {mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {tag, "1.9-erl19"}  }},
     
     
-    {kvs,     ".*", {git, "https://git.4dev.win/n4u/kvs.git",          {tag, "3.9.1"}}},
+    {kvs,     ".*", {git, "https://git.4dev.win/n4u/kvs.git",          {tag, "3.9.1-erl19"}}},
     
     
     {oauth,   ".*", {git, "https://git.4dev.win/n4u/erlang-oauth.git", {tag, "v1.6.0"}  }},
     {oauth,   ".*", {git, "https://git.4dev.win/n4u/erlang-oauth.git", {tag, "v1.6.0"}  }},
-    {avz,     ".*", {git, "https://git.4dev.win/n4u/avz.git",          {branch, "4.4-branch"}  }}
+    {avz,     ".*", {git, "https://git.4dev.win/n4u/avz.git",          {tag, "4.4-erl19"}  }}
     
     
 ]}.
 ]}.
 {fetch_speed,fast_master}.
 {fetch_speed,fast_master}.