Skip to content
Snippets Groups Projects
Commit 575c77d9 authored by Ghazi Triki's avatar Ghazi Triki
Browse files

Minor edits to build.sbt

parent 5a9f74c8
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ testOptions in Test += Tests.Argument(TestFrameworks.Specs2, "html", "console",
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-h", "target/scalatest-reports")
Seq(Revolver.settings: _*)
lazy val bbbAppsAkka = (project in file(".")).settings(name := "bbb-apps-akka", libraryDependencies ++= Dependencies.runtime).settings(compileSettings)
scalariformAutoformat := false
......
......@@ -76,7 +76,7 @@ val user = "bigbluebutton"
val group = "bigbluebutton"
// user which will execute the application
daemonUser in Linux := user
daemonUser in Linux := user
// group which will execute the application
daemonGroup in Linux := group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment