Skip to content

Commit

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

* Reformat with scalafmt 3.8.0

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.0' to .git-blame-ignore-revs

---------

Co-authored-by: scala-steward <122865766+scala-steward-geirolz[bot]@users.noreply.github.com>
Co-authored-by: David Geirola <[email protected]>
  • Loading branch information
scala-steward-geirolz[bot] and geirolz committed May 26, 2024
1 parent 03f6f4a commit f2eb35d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.3
4b4860e574bdce3d507699f4f3f4f876fee8a55f

# Scala Steward: Reformat with scalafmt 3.8.0
8576cc99a5c4317d533534f65952a51b2469a76b
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.17
version = 3.8.0
encoding = "UTF-8"
runner.dialect = "scala3"
maxColumn = 150
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ object AppResources:
.fromAutoCloseable(IO(Source.fromResource("host-table.txt")))
.map(_.getLines().toList)
.map(AppResources(_))

0 comments on commit f2eb35d

Please sign in to comment.