Disable scalafmt on compile option

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
Rahul Rudragoudar 2021-03-11 21:11:12 +05:30
parent 070b862f25
commit 933145c32e
No known key found for this signature in database
GPG Key ID: 0D2CE231A7287EBC

View File

@ -21,7 +21,6 @@ scalacOptions ++= List(
"-Ywarn-unused"
)
javacOptions += "-g:none"
scalafmtOnCompile := true
compileOrder := CompileOrder.JavaThenScala
fork in run := true