aboutsummaryrefslogtreecommitdiff
path: root/project/Settings.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Settings.scala')
-rw-r--r--project/Settings.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Settings.scala b/project/Settings.scala
index 3758fb15..8f839914 100644
--- a/project/Settings.scala
+++ b/project/Settings.scala
@@ -27,7 +27,7 @@ object Settings {
val JavaVersion = "1.6"
val ScalaVersion = "2.11.5"
-
+
lazy val basicSettings = Seq(
scalaVersion := ScalaVersion,
resolvers ++= Dependencies.resolutionRepos,
@@ -75,4 +75,4 @@ object Settings {
.setPreference(AlignParameters, false)
.setPreference(AlignSingleLineCaseStatements, true)
.setPreference(DoubleIndentClassDeclaration, true)
-} \ No newline at end of file
+}