From f2eb35d71f16dc141369d94e035cbdcb9ec3cbc1 Mon Sep 17 00:00:00 2001 From: "scala-steward-geirolz[bot]" <122865766+scala-steward-geirolz[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 15:46:28 +0200 Subject: [PATCH] Update scalafmt-core to 3.8.0 (#98) * 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 --- .git-blame-ignore-revs | 3 +++ .scalafmt.conf | 2 +- .../src/main/scala/com/geirolz/example/app/AppResources.scala | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 477f219..d50a725 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Scala Steward: Reformat with scalafmt 3.7.3 4b4860e574bdce3d507699f4f3f4f876fee8a55f + +# Scala Steward: Reformat with scalafmt 3.8.0 +8576cc99a5c4317d533534f65952a51b2469a76b diff --git a/.scalafmt.conf b/.scalafmt.conf index a43b7a2..638e4a4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 encoding = "UTF-8" runner.dialect = "scala3" maxColumn = 150 diff --git a/examples/src/main/scala/com/geirolz/example/app/AppResources.scala b/examples/src/main/scala/com/geirolz/example/app/AppResources.scala index d358039..dc85385 100644 --- a/examples/src/main/scala/com/geirolz/example/app/AppResources.scala +++ b/examples/src/main/scala/com/geirolz/example/app/AppResources.scala @@ -14,4 +14,3 @@ object AppResources: .fromAutoCloseable(IO(Source.fromResource("host-table.txt"))) .map(_.getLines().toList) .map(AppResources(_)) -