chore: upgrade scala 2.13.4 -> 2.13.9
This commit is contained in:
parent
3037f069bd
commit
a8d64e94d6
@ -18,7 +18,7 @@ val compileSettings = Seq(
|
|||||||
"-Xlint",
|
"-Xlint",
|
||||||
"-Ywarn-dead-code",
|
"-Ywarn-dead-code",
|
||||||
"-language:_",
|
"-language:_",
|
||||||
"-target:jvm-1.11",
|
"-target:11",
|
||||||
"-encoding", "UTF-8"
|
"-encoding", "UTF-8"
|
||||||
),
|
),
|
||||||
javacOptions ++= List(
|
javacOptions ++= List(
|
||||||
@ -48,7 +48,7 @@ lazy val bbbAppsAkka = (project in file(".")).settings(name := "bbb-apps-akka",
|
|||||||
// Config file is in ./.scalariform.conf
|
// Config file is in ./.scalariform.conf
|
||||||
scalariformAutoformat := true
|
scalariformAutoformat := true
|
||||||
|
|
||||||
scalaVersion := "2.13.4"
|
scalaVersion := "2.13.9"
|
||||||
//-----------
|
//-----------
|
||||||
// Packaging
|
// Packaging
|
||||||
//
|
//
|
||||||
|
@ -7,7 +7,7 @@ object Dependencies {
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
// Scala
|
// Scala
|
||||||
val scala = "2.13.4"
|
val scala = "2.13.9"
|
||||||
val junit = "4.12"
|
val junit = "4.12"
|
||||||
val junitInterface = "0.11"
|
val junitInterface = "0.11"
|
||||||
val scalactic = "3.0.8"
|
val scalactic = "3.0.8"
|
||||||
@ -26,7 +26,7 @@ object Dependencies {
|
|||||||
val codec = "1.15"
|
val codec = "1.15"
|
||||||
|
|
||||||
// BigBlueButton
|
// BigBlueButton
|
||||||
val bbbCommons = "0.0.21-SNAPSHOT"
|
val bbbCommons = "0.0.22-SNAPSHOT"
|
||||||
|
|
||||||
// Test
|
// Test
|
||||||
val scalaTest = "3.2.11"
|
val scalaTest = "3.2.11"
|
||||||
|
@ -18,7 +18,7 @@ val compileSettings = Seq(
|
|||||||
"-Xlint",
|
"-Xlint",
|
||||||
"-Ywarn-dead-code",
|
"-Ywarn-dead-code",
|
||||||
"-language:_",
|
"-language:_",
|
||||||
"-target:jvm-1.11",
|
"-target:11",
|
||||||
"-encoding", "UTF-8"
|
"-encoding", "UTF-8"
|
||||||
),
|
),
|
||||||
javacOptions ++= List(
|
javacOptions ++= List(
|
||||||
@ -27,7 +27,7 @@ val compileSettings = Seq(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
scalaVersion := "2.13.4"
|
scalaVersion := "2.13.9"
|
||||||
|
|
||||||
resolvers += Resolver.sonatypeRepo("releases")
|
resolvers += Resolver.sonatypeRepo("releases")
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ object Dependencies {
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
// Scala
|
// Scala
|
||||||
val scala = "2.13.4"
|
val scala = "2.13.9"
|
||||||
val junitInterface = "0.11"
|
val junitInterface = "0.11"
|
||||||
val scalactic = "3.0.8"
|
val scalactic = "3.0.8"
|
||||||
|
|
||||||
@ -21,8 +21,8 @@ object Dependencies {
|
|||||||
val codec = "1.15"
|
val codec = "1.15"
|
||||||
|
|
||||||
// BigBlueButton
|
// BigBlueButton
|
||||||
val bbbCommons = "0.0.21-SNAPSHOT"
|
val bbbCommons = "0.0.22-SNAPSHOT"
|
||||||
val bbbFsesl = "0.0.8-SNAPSHOT"
|
val bbbFsesl = "0.0.9-SNAPSHOT"
|
||||||
|
|
||||||
// Test
|
// Test
|
||||||
val scalaTest = "3.2.11"
|
val scalaTest = "3.2.11"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import org.bigbluebutton.build._
|
import org.bigbluebutton.build._
|
||||||
|
|
||||||
|
|
||||||
version := "0.0.21-SNAPSHOT"
|
version := "0.0.22-SNAPSHOT"
|
||||||
|
|
||||||
val compileSettings = Seq(
|
val compileSettings = Seq(
|
||||||
organization := "org.bigbluebutton",
|
organization := "org.bigbluebutton",
|
||||||
@ -12,7 +12,7 @@ val compileSettings = Seq(
|
|||||||
"-Xlint",
|
"-Xlint",
|
||||||
"-Ywarn-dead-code",
|
"-Ywarn-dead-code",
|
||||||
"-language:_",
|
"-language:_",
|
||||||
"-target:jvm-1.11",
|
"-target:11",
|
||||||
"-encoding", "UTF-8"
|
"-encoding", "UTF-8"
|
||||||
),
|
),
|
||||||
javacOptions ++= List(
|
javacOptions ++= List(
|
||||||
@ -55,7 +55,7 @@ scalariformAutoformat := true
|
|||||||
// Do not append Scala versions to the generated artifacts
|
// Do not append Scala versions to the generated artifacts
|
||||||
//crossPaths := false
|
//crossPaths := false
|
||||||
|
|
||||||
scalaVersion := "2.13.4"
|
scalaVersion := "2.13.9"
|
||||||
|
|
||||||
// This forbids including Scala related libraries into the dependency
|
// This forbids including Scala related libraries into the dependency
|
||||||
//autoScalaLibrary := false
|
//autoScalaLibrary := false
|
||||||
|
@ -7,7 +7,7 @@ object Dependencies {
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
// Scala
|
// Scala
|
||||||
val scala = "2.13.4"
|
val scala = "2.13.9"
|
||||||
val junit = "4.12"
|
val junit = "4.12"
|
||||||
val junitInterface = "0.11"
|
val junitInterface = "0.11"
|
||||||
val scalactic = "3.0.8"
|
val scalactic = "3.0.8"
|
||||||
|
@ -11,7 +11,7 @@ val compileSettings = Seq(
|
|||||||
"-Xlint",
|
"-Xlint",
|
||||||
"-Ywarn-dead-code",
|
"-Ywarn-dead-code",
|
||||||
"-language:_",
|
"-language:_",
|
||||||
"-target:jvm-1.11",
|
"-target:11",
|
||||||
"-encoding", "UTF-8"
|
"-encoding", "UTF-8"
|
||||||
),
|
),
|
||||||
javacOptions ++= List(
|
javacOptions ++= List(
|
||||||
@ -40,7 +40,7 @@ lazy val commonWeb = (project in file(".")).settings(name := "bbb-common-web", l
|
|||||||
// Config file is in ./.scalariform.conf
|
// Config file is in ./.scalariform.conf
|
||||||
scalariformAutoformat := true
|
scalariformAutoformat := true
|
||||||
|
|
||||||
scalaVersion := "2.13.4"
|
scalaVersion := "2.13.9"
|
||||||
//-----------
|
//-----------
|
||||||
// Packaging
|
// Packaging
|
||||||
//
|
//
|
||||||
|
@ -7,7 +7,7 @@ object Dependencies {
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
// Scala
|
// Scala
|
||||||
val scala = "2.13.4"
|
val scala = "2.13.9"
|
||||||
val junit = "4.12"
|
val junit = "4.12"
|
||||||
val junitInterface = "0.11"
|
val junitInterface = "0.11"
|
||||||
val scalactic = "3.0.8"
|
val scalactic = "3.0.8"
|
||||||
@ -34,7 +34,7 @@ object Dependencies {
|
|||||||
val text = "1.10.0"
|
val text = "1.10.0"
|
||||||
|
|
||||||
// BigBlueButton
|
// BigBlueButton
|
||||||
val bbbCommons = "0.0.21-SNAPSHOT"
|
val bbbCommons = "0.0.22-SNAPSHOT"
|
||||||
|
|
||||||
// Test
|
// Test
|
||||||
val scalaTest = "3.2.11"
|
val scalaTest = "3.2.11"
|
||||||
|
@ -2,7 +2,7 @@ import org.bigbluebutton.build._
|
|||||||
|
|
||||||
description := "BigBlueButton custom FS-ESL client built on top of FS-ESL Java library."
|
description := "BigBlueButton custom FS-ESL client built on top of FS-ESL Java library."
|
||||||
|
|
||||||
version := "0.0.8-SNAPSHOT"
|
version := "0.0.9-SNAPSHOT"
|
||||||
|
|
||||||
val compileSettings = Seq(
|
val compileSettings = Seq(
|
||||||
organization := "org.bigbluebutton",
|
organization := "org.bigbluebutton",
|
||||||
@ -13,7 +13,7 @@ val compileSettings = Seq(
|
|||||||
"-Xlint",
|
"-Xlint",
|
||||||
"-Ywarn-dead-code",
|
"-Ywarn-dead-code",
|
||||||
"-language:_",
|
"-language:_",
|
||||||
"-target:jvm-1.11",
|
"-target:11",
|
||||||
"-encoding", "UTF-8"
|
"-encoding", "UTF-8"
|
||||||
),
|
),
|
||||||
javacOptions ++= List(
|
javacOptions ++= List(
|
||||||
@ -52,7 +52,7 @@ crossPaths := false
|
|||||||
// This forbids including Scala related libraries into the dependency
|
// This forbids including Scala related libraries into the dependency
|
||||||
autoScalaLibrary := false
|
autoScalaLibrary := false
|
||||||
|
|
||||||
scalaVersion := "2.13.4"
|
scalaVersion := "2.13.9"
|
||||||
|
|
||||||
publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath + "/.m2/repository")))
|
publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath + "/.m2/repository")))
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ object Dependencies {
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
// Scala
|
// Scala
|
||||||
val scala = "2.13.4"
|
val scala = "2.13.9"
|
||||||
|
|
||||||
// Libraries
|
// Libraries
|
||||||
val netty = "3.2.10.Final"
|
val netty = "3.2.10.Final"
|
||||||
|
Loading…
Reference in New Issue
Block a user