Skip to content

Commit

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

* Update Template.scala

Co-authored-by: Heiko Seeberger <[email protected]>
  • Loading branch information
scala-steward and hseeberger authored Feb 6, 2022
1 parent 19e4f5f commit 9157001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.0"
version = "3.4.2"

preset = "defaultWithAlign"
runner.dialect = "scala213source3"
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/de/heikoseeberger/sbtfresh/Template.scala
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ private object Template {
|}""".stripMargin

def scalafmtConf: String =
"""|version = "3.4.0"
"""|version = "3.4.2"
|
|preset = "defaultWithAlign"
|runner.dialect = "scala3"
Expand Down

0 comments on commit 9157001

Please sign in to comment.