Skip to content

Commit

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

* Update Template.scala

Co-authored-by: Heiko Seeberger <[email protected]>
  • Loading branch information
scala-steward and hseeberger authored Feb 13, 2022
1 parent c09a1cf commit 1fe1a45
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.2"
version = "3.4.3"

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.2"
"""|version = "3.4.3"
|
|preset = "defaultWithAlign"
|runner.dialect = "scala3"
Expand Down

0 comments on commit 1fe1a45

Please sign in to comment.