Skip to content

Commit

Permalink
Update scalafmt-core to 3.1.2 (#115)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.1.2

* Reformat with scalafmt 3.1.2
  • Loading branch information
scala-steward authored Nov 28, 2021
1 parent 2bc175d commit 014424f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.1.1"
version = "3.1.2"
runner.dialect = scala212
align.preset = more
maxColumn = 80
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ Global / scalacOptions ++= Seq(
)

// Scoverage settings
Global / coverageEnabled := false
Global / coverageEnabled := false
Global / coverageFailOnMinimum := false
Global / coverageHighlighting := true
Global / coverageHighlighting := true

0 comments on commit 014424f

Please sign in to comment.