akka-bbb-fsesl/build.sbt uses bbb-common-message 0.0.16-SNAPSHOT

This commit is contained in:
Ghazi Triki 2015-11-03 21:51:21 +01:00
parent b3951dc4af
commit fad585051b

View File

@ -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.15",
"org.bigbluebutton" % "bbb-common-message" % "0.0.16-SNAPSHOT",
"org.bigbluebutton" % "bbb-fsesl-client" % "0.0.2"
)}