Browse Source

erl22 deps

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

+ 13 - 13
rebar.config

@@ -8,35 +8,35 @@
     {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.13.0"}}},
     {erlydtl, ".*", {git, "https://git.4dev.win/n4u/erlydtl.git",      {tag, "0.13.0"}}},
     
     
-    {nitro,   ".*", {git, "https://git.4dev.win/n4u/nitro.git",        {tag, "6.6.4-erl21"}  }},
+    {nitro,   ".*", {git, "https://git.4dev.win/n4u/nitro.git",        {tag, "6.6.4-erl22"}  }},
     %{nitro,   ".*", {git, "https://git.4dev.win/n4u/nitro.git",        {branch, "n4u"}  }},
     %{nitro,   ".*", {git, "https://git.4dev.win/n4u/nitro.git",        {branch, "n4u"}  }},
     
     
     {fs,      ".*", {git, "https://git.4dev.win/n4u/fs.git",           {tag, "6.12"}  }},
     {fs,      ".*", {git, "https://git.4dev.win/n4u/fs.git",           {tag, "6.12"}  }},
-    {active,  ".*", {git, "https://git.4dev.win/n4u/active.git",       {tag, "6.2-erl21"}  }},  %% todo fix hot reload with active and mad
+    {active,  ".*", {git, "https://git.4dev.win/n4u/active.git",       {tag, "6.2-erl22"}  }},  %% todo fix hot reload with active and mad
     
     
-    {sh,      ".*", {git, "https://git.4dev.win/n4u/sh.git",           {tag, "1.9-erl21"}  }},
+    {sh,      ".*", {git, "https://git.4dev.win/n4u/sh.git",           {tag, "1.9-erl22"}  }},
     
     
     {epgsql,  ".*", {git, "https://git.4dev.win/n4u/epgsql.git",       {tag, "4.4.0"} }},
     {epgsql,  ".*", {git, "https://git.4dev.win/n4u/epgsql.git",       {tag, "4.4.0"} }},
-    {pooler,  ".*", {git, "https://git.4dev.win/n4u/pooler.git",       {tag, "erl21"} }},
-    {herd,    ".*", {git, "https://git.4dev.win/n4u/herd.git",         {tag, "erl21"} }},
-    {epgsql_pool, ".*", {git, "https://git.4dev.win/n4u/epgsql_pool.git", {tag, "erl21"} }},
+    {pooler,  ".*", {git, "https://git.4dev.win/n4u/pooler.git",       {tag, "erl22"} }},
+    {herd,    ".*", {git, "https://git.4dev.win/n4u/herd.git",         {tag, "erl22"} }},
+    {epgsql_pool, ".*", {git, "https://git.4dev.win/n4u/epgsql_pool.git", {tag, "erl22"} }},
     
     
-    {cowlib,  ".*", {git, "https://git.4dev.win/n4u/cowlib.git",       {branch, "1.0.2-erl21"} }},
+    {cowlib,  ".*", {git, "https://git.4dev.win/n4u/cowlib.git",       {branch, "1.0.2-erl22"} }},
     {ranch,   ".*", {git, "https://git.4dev.win/n4u/ranch.git",        {tag, "1.8.0"} }},
     {ranch,   ".*", {git, "https://git.4dev.win/n4u/ranch.git",        {tag, "1.8.0"} }},
-    {cowboy,  ".*", {git, "https://git.4dev.win/n4u/cowboy.git",       {tag, "1.1.2-erl21"} }},
+    {cowboy,  ".*", {git, "https://git.4dev.win/n4u/cowboy.git",       {tag, "1.1.2-erl22"} }},
     
     
     %{n4u,     ".*", {git, "https://git.4dev.win/n4u/n4u.git",        {branch, "master"}  }},
     %{n4u,     ".*", {git, "https://git.4dev.win/n4u/n4u.git",        {branch, "master"}  }},
-    {n4u,     ".*", {git, "https://git.4dev.win/n4u/n4u.git",          {tag, "4.4.1-erl21"}  }},
+    {n4u,     ".*", {git, "https://git.4dev.win/n4u/n4u.git",          {tag, "4.4.1-erl22"}  }},
     
     
-    {rest,    ".*", {git, "https://git.4dev.win/n4u/rest.git",         {tag, "2.9-erl21"}  }},
+    {rest,    ".*", {git, "https://git.4dev.win/n4u/rest.git",         {tag, "2.9-erl22"}  }},
     
     
     %{mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {branch, "n4u"}  }},
     %{mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {branch, "n4u"}  }},
-    {mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {tag, "2.10.1-erl21"}  }},
+    {mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {tag, "2.10.1-erl22"}  }},
     
     
-    {kvs,     ".*", {git, "https://git.4dev.win/n4u/kvs.git",          {tag, "3.9.2-erl21"}}},
+    {kvs,     ".*", {git, "https://git.4dev.win/n4u/kvs.git",          {tag, "3.9.2-erl22"}}},
     
     
     {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",          {tag, "4.4-erl21"}  }}
+    {avz,     ".*", {git, "https://git.4dev.win/n4u/avz.git",          {tag, "4.4-erl22"}  }}
 ]}.
 ]}.
 {fetch_speed,fast_master}.
 {fetch_speed,fast_master}.
 {verbose,1}.
 {verbose,1}.