Skip to content

Commit

Permalink
Reduced sbt assembly output
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Meldrum committed Mar 13, 2017
1 parent f9f6093 commit 401c9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ execScript := {
}

compile in Compile <<= (compile in Compile).dependsOn(execScript)

logLevel in assembly := Level.Error
resolvers += "Spark Packages Repo" at "https://dl.bintray.com/spark-packages/maven"

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 401c9fb

Please sign in to comment.