modified common-message for java 11

This commit is contained in:
Bohdan Zhemelinskyi 2022-03-09 15:45:22 +00:00
parent 4e268dffa3
commit cb716b005b
5 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ object Dependencies {
val codec = "1.15"
// BigBlueButton
val bbbCommons = "0.0.20-SNAPSHOT"
val bbbCommons = "0.0.21-SNAPSHOT"
// Test
val scalaTest = "3.0.5"

View File

@ -1,7 +1,7 @@
import org.bigbluebutton.build._
version := "0.0.20-SNAPSHOT"
version := "0.0.21-SNAPSHOT"
val compileSettings = Seq(
organization := "org.bigbluebutton",

View File

@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.6.2

View File

@ -34,7 +34,7 @@ object Dependencies {
val text = "1.9"
// BigBlueButton
val bbbCommons = "0.0.20-SNAPSHOT"
val bbbCommons = "0.0.21-SNAPSHOT"
// Test
val scalaTest = "3.0.5"

View File

@ -73,7 +73,7 @@ dependencies {
implementation "org.grails.plugins:events"
implementation "org.grails.plugins:gsp"
//--- 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 "io.lettuce:lettuce-core:6.1.5.RELEASE"
implementation "org.reactivestreams:reactive-streams:1.0.3"