Skip to content
Snippets Groups Projects
Commit 6d7b93e6 authored by Richard Alam's avatar Richard Alam
Browse files

- upgrade bbb-common-message version

parent 249c4030
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ libraryDependencies ++= {
"com.google.code.gson" % "gson" % "1.7.1",
"redis.clients" % "jedis" % "2.1.0",
"org.apache.commons" % "commons-lang3" % "3.2",
"org.bigbluebutton" % "bbb-common-message" % "0.0.5"
"org.bigbluebutton" % "bbb-common-message" % "0.0.6"
)}
......
......@@ -50,7 +50,7 @@ libraryDependencies ++= {
"com.google.code.gson" % "gson" % "1.7.1",
"redis.clients" % "jedis" % "2.1.0",
"org.apache.commons" % "commons-lang3" % "3.2",
"org.bigbluebutton" % "bbb-common-message" % "0.0.5",
"org.bigbluebutton" % "bbb-common-message" % "0.0.6",
"org.bigbluebutton" % "bbb-fsesl-client" % "0.0.2"
)}
......
......@@ -112,7 +112,7 @@ dependencies {
compile 'com.google.code.gson:gson:1.7.1'
providedCompile 'org.apache.commons:commons-lang3:3.2'
compile 'org.bigbluebutton:bbb-common-message:0.0.5'
compile 'org.bigbluebutton:bbb-common-message:0.0.6'
}
test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment