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(_)) -