modified common-message for java 11
This commit is contained in:
parent
4e268dffa3
commit
cb716b005b
@ -26,7 +26,7 @@ object Dependencies {
|
|||||||
val codec = "1.15"
|
val codec = "1.15"
|
||||||
|
|
||||||
// BigBlueButton
|
// BigBlueButton
|
||||||
val bbbCommons = "0.0.20-SNAPSHOT"
|
val bbbCommons = "0.0.21-SNAPSHOT"
|
||||||
|
|
||||||
// Test
|
// Test
|
||||||
val scalaTest = "3.0.5"
|
val scalaTest = "3.0.5"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import org.bigbluebutton.build._
|
import org.bigbluebutton.build._
|
||||||
|
|
||||||
|
|
||||||
version := "0.0.20-SNAPSHOT"
|
version := "0.0.21-SNAPSHOT"
|
||||||
|
|
||||||
val compileSettings = Seq(
|
val compileSettings = Seq(
|
||||||
organization := "org.bigbluebutton",
|
organization := "org.bigbluebutton",
|
||||||
|
@ -1 +1 @@
|
|||||||
sbt.version=1.5.5
|
sbt.version=1.6.2
|
@ -34,7 +34,7 @@ object Dependencies {
|
|||||||
val text = "1.9"
|
val text = "1.9"
|
||||||
|
|
||||||
// BigBlueButton
|
// BigBlueButton
|
||||||
val bbbCommons = "0.0.20-SNAPSHOT"
|
val bbbCommons = "0.0.21-SNAPSHOT"
|
||||||
|
|
||||||
// Test
|
// Test
|
||||||
val scalaTest = "3.0.5"
|
val scalaTest = "3.0.5"
|
||||||
|
@ -73,7 +73,7 @@ dependencies {
|
|||||||
implementation "org.grails.plugins:events"
|
implementation "org.grails.plugins:events"
|
||||||
implementation "org.grails.plugins:gsp"
|
implementation "org.grails.plugins:gsp"
|
||||||
//--- BigBlueButton Dependencies Start - Transitive dependencies have to be re-defined below
|
//--- BigBlueButton Dependencies Start - Transitive dependencies have to be re-defined below
|
||||||
implementation "org.bigbluebutton:bbb-common-message_2.12:0.0.20-SNAPSHOT"
|
implementation "org.bigbluebutton:bbb-common-message_2.13:0.0.21-SNAPSHOT"
|
||||||
implementation "org.bigbluebutton:bbb-common-web:0.0.3-SNAPSHOT"
|
implementation "org.bigbluebutton:bbb-common-web:0.0.3-SNAPSHOT"
|
||||||
implementation "io.lettuce:lettuce-core:6.1.5.RELEASE"
|
implementation "io.lettuce:lettuce-core:6.1.5.RELEASE"
|
||||||
implementation "org.reactivestreams:reactive-streams:1.0.3"
|
implementation "org.reactivestreams:reactive-streams:1.0.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user