Skip to content

Commit

Permalink
Merge pull request scalatra#53 from magnolia-k/reformatting
Browse files Browse the repository at this point in the history
Update sbt-scalariform plugin & reformatting
  • Loading branch information
takezoe committed Oct 16, 2017
2 parents fc50559 + 2751c4c commit b389969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import com.typesafe.sbt.SbtScalariform.ScalariformKeys
import scalariform.formatter.preferences._

lazy val root = (project in file(".")).settings(
Expand Down Expand Up @@ -47,7 +46,5 @@ lazy val root = (project in file(".")).settings(
</developers>
)

val preferences =
ScalariformKeys.preferences := ScalariformKeys.preferences.value
.setPreference(DanglingCloseParenthesis, Force)
Seq(preferences)
scalariformPreferences := scalariformPreferences.value
.setPreference(DanglingCloseParenthesis, Force)
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.0")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
Expand Down

0 comments on commit b389969

Please sign in to comment.