Release 2.1.2
[ric-plt/a1.git] / integration_tests / install_deps.sh
index 01c45b4..4a17c5d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-git clone --branch 1.9.0 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+git clone --branch 1.10.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build; cmake .. -DPACK_EXTERNALS=1; sudo make install \
     && cd ../.. \