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

- update dependency to bbb-commons-message 0.19-SNAPSHOT

parent 72f27443
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,13 @@ libraryDependencies ++= {
"org.springframework" % "spring-core" % springVersion,
"org.springframework" % "spring-webmvc" % springVersion,
"org.springframework" % "spring-aop" % springVersion,
"org.bigbluebutton" % "bbb-common-message"% "0.0.19-SNAPSHOT",
"javax.servlet" % "servlet-api" % "2.5"
)}
libraryDependencies += "org.bigbluebutton" % "bbb-common-message_2.12" % "0.0.19-SNAPSHOT"
//seq(Revolver.settings: _*)
//
//scalariformSettings
......
......@@ -62,7 +62,7 @@ dependencies {
compile 'commons-pool:commons-pool:1.5.6'
compile 'com.google.code.gson:gson:2.5'
compile 'org.bigbluebutton:bbb-common-message:0.0.19-SNAPSHOT'
compile 'org.bigbluebutton:bbb-common-message_2.12:0.0.19-SNAPSHOT'
}
test {
......
......@@ -62,7 +62,8 @@ dependencies {
compile 'commons-pool:commons-pool:1.5.6'
compile 'com.google.code.gson:gson:1.7.1'
compile 'org.bigbluebutton:bbb-common-message:0.0.18-SNAPSHOT'
compile 'org.bigbluebutton:bbb-common-message_2.12:0.0.19-SNAPSHOT'
}
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