aboutsummaryrefslogtreecommitdiff
path: root/spec/util/versions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/util/versions.lua')
-rw-r--r--spec/util/versions.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/util/versions.lua b/spec/util/versions.lua
index 22d811e2..e5c85c17 100644
--- a/spec/util/versions.lua
+++ b/spec/util/versions.lua
@@ -1,13 +1,14 @@
1return { 1return {
2 binaryheap = "0.4-1", -- dependency for copas 2 binaryheap = "0.4-1", -- dependency for copas
3 bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1 3 bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1
4 cluacov = "0.1.3-1", 4 cluacov = "1.0.0-1",
5 compat53 = "0.14.3-1", 5 compat53 = "0.15.1-1",
6 copas = "3.0.0-2", 6 copas = "3.0.0-2",
7 cprint = "0.2-1", 7 cprint = "0.2-1",
8 datafile = "0.11-1",
8 dkjson = "2.6-1", 9 dkjson = "2.6-1",
9 lpeg = "1.0.0-1", 10 lpeg = "1.0.0-1",
10 luacov = "0.15.0-1", 11 luacov = "0.17.0-1",
11 luafilesystem = "1.8.0-1", 12 luafilesystem = "1.8.0-1",
12 luafilesystem_old = "1.6.3-2", 13 luafilesystem_old = "1.6.3-2",
13 luaposix = "35.1-1", 14 luaposix = "35.1-1",