From 1968756f738d267dd1da56852adfc37492bd0f19 Mon Sep 17 00:00:00 2001
From: Richard Alam <ritzalam@gmail.com>
Date: Fri, 20 Oct 2017 08:35:50 -0700
Subject: [PATCH]  - update fsesl lib jar version

---
 akka-bbb-fsesl/build.sbt   | 2 +-
 bbb-fsesl-client/build.sbt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/akka-bbb-fsesl/build.sbt b/akka-bbb-fsesl/build.sbt
index ce59af4358..36275f0e26 100755
--- a/akka-bbb-fsesl/build.sbt
+++ b/akka-bbb-fsesl/build.sbt
@@ -53,7 +53,7 @@ libraryDependencies ++= {
 
 libraryDependencies += "org.bigbluebutton" % "bbb-common-message_2.12" % "0.0.19-SNAPSHOT"
 
-libraryDependencies += "org.bigbluebutton"         %  "bbb-fsesl-client"   % "0.0.5"
+libraryDependencies += "org.bigbluebutton"         %  "bbb-fsesl-client"   % "0.0.6"
 
 // https://mvnrepository.com/artifact/org.scala-lang/scala-library
 libraryDependencies += "org.scala-lang" % "scala-library" % "2.12.2"
diff --git a/bbb-fsesl-client/build.sbt b/bbb-fsesl-client/build.sbt
index 8e67c00bd5..4f9019d308 100755
--- a/bbb-fsesl-client/build.sbt
+++ b/bbb-fsesl-client/build.sbt
@@ -6,7 +6,7 @@ description := "BigBlueButton custom FS-ESL client built on top of FS-ESL Java l
 
 organization := "org.bigbluebutton"
 
-version := "0.0.5"
+version := "0.0.6"
 
 // We want to have our jar files in lib_managed dir.
 // This way we'll have the right path when we import
-- 
GitLab