Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update dependencies & default scalastyle config; reformat code. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwz authored Jul 28, 2020
1 parent 4e5e623 commit ce41c75
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 155 deletions.
4 changes: 1 addition & 3 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

version = "2.6.4"
align = some
align {
Expand All @@ -17,10 +16,9 @@ align {
assumeStandardLibraryStripMargin = true
continuationIndent.defnSite = 2
continuationIndent.callSite = 2
danglingParentheses = true
docstrings = JavaDoc
indentOperator = spray
maxColumn = 110
newlines.implicitParamListModifierPrefer = before
project {
git = true
excludeFilters = ["target"]
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ developers := List(
)
)

scalaVersion := "2.12.11"
scalaVersion := "2.12.12"
scalacOptions := Seq(
"-encoding",
"UTF-8",
Expand All @@ -46,7 +46,7 @@ scalacOptions := Seq(
)
cancelable in Global := true

libraryDependencies += "com.beautiful-scala" %% "scalastyle" % "1.4.0"
libraryDependencies += "com.beautiful-scala" %% "scalastyle" % "1.5.0"

// build info
buildInfoKeys := Seq[BuildInfoKey](organization, name, version, scalaVersion, sbtVersion)
Expand Down
Loading

0 comments on commit ce41c75

Please sign in to comment.