Skip to content

Commit

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

* Reformat with scalafmt 3.7.17

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Nov 18, 2023
1 parent 5d593bd commit 82a5b2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.7.17
dfeb60af935768095db953df915391fda668e1d4
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 3.5.9
version = 3.7.17
runner.dialect=scala212
lineEndings=preserve
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ object Main extends App {
path("hello") {
get {
complete(
HttpEntity(ContentTypes.`text/plain(UTF-8)`, "basic-project-sbt-web works!")
HttpEntity(
ContentTypes.`text/plain(UTF-8)`,
"basic-project-sbt-web works!"
)
)
}
},
Expand Down

0 comments on commit 82a5b2b

Please sign in to comment.