summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-26 21:59:57 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-26 21:59:57 +0300
commitbcdebe9503a588043dfcb250648edc349c710d3e (patch)
tree0551ecc40ae750e98a0b1d8e8eb04bde6ba1cc2e /deps
parent300de362c6296cd2f7e5fb0ecb05f4a0ba5fa740 (diff)
Don't use the generic json type for joined_groups
fixes #389
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index 8d6df7a4..9060d70b 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -42,7 +42,7 @@ set(MATRIX_STRUCTS_URL https://github.com/mujx/matrix-structs)
set(MATRIX_STRUCTS_TAG 8de04afea34e95c14d1dde82af390592dfde90dd)
set(MTXCLIENT_URL https://github.com/mujx/mtxclient)
-set(MTXCLIENT_TAG 2f519d28b4521f7f234b2ed0f32360cbb1edd2f7)
+set(MTXCLIENT_TAG ca66424489b4d3e6ea447b853157fa88f0b849b3)
set(TWEENY_URL https://github.com/mobius3/tweeny)
set(TWEENY_TAG b94ce07cfb02a0eb8ac8aaf66137dabdaea857cf)