From e3330d0e07e9f6dc2bc93ead410bbb82901bdcca Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Nov 2021 09:42:25 +0000 Subject: [PATCH] upgrading bbb-common-web --- bbb-common-web/project/Dependencies.scala | 2 +- bbb-common-web/project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bbb-common-web/project/Dependencies.scala b/bbb-common-web/project/Dependencies.scala index c4f5e6044b..fbc6c3e095 100644 --- a/bbb-common-web/project/Dependencies.scala +++ b/bbb-common-web/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { object Versions { // Scala - val scala = "2.12.8" + val scala = "2.12.15" val junit = "4.12" val junitInterface = "0.11" val scalactic = "3.0.3" diff --git a/bbb-common-web/project/build.properties b/bbb-common-web/project/build.properties index c46277f959..bb5389da21 100755 --- a/bbb-common-web/project/build.properties +++ b/bbb-common-web/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.7 \ No newline at end of file +sbt.version=1.5.5 \ No newline at end of file