Harmonizing constructors and Dispatcher-factories, closing ticket #807
This commit is contained in:
parent
476334bad7
commit
1f024f1c9e
3 changed files with 42 additions and 25 deletions
|
|
@ -19,7 +19,7 @@ class AkkaParentProject(info: ProjectInfo) extends ParentProject(info) with Exec
|
|||
val scalaCompileSettings =
|
||||
Seq("-deprecation",
|
||||
//"-Xmigration",
|
||||
"-optimise",
|
||||
//"-optimise",
|
||||
"-encoding", "utf8")
|
||||
|
||||
val javaCompileSettings = Seq("-Xlint:unchecked")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue