From 555e7b6b03ea5cc1fa0b319f6fd5c392c96aaa7f Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:20:04 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 76eb988..27a2f8f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.1 +version = 3.8.3 runner.dialect = scala3 From eceb7d2bb8386cc717c32e6cf7c7bbed5b58babc Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:20:09 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.3 Executed command: scalafmt --non-interactive --- calico/src/main/scala/calico/html/Prop.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calico/src/main/scala/calico/html/Prop.scala b/calico/src/main/scala/calico/html/Prop.scala index f2f7d97..4f2cd67 100644 --- a/calico/src/main/scala/calico/html/Prop.scala +++ b/calico/src/main/scala/calico/html/Prop.scala @@ -165,7 +165,7 @@ object EventProp: private[calico] val key: String, private[calico] val sink: Pipe[F, Any, Nothing]) - inline given [F[_]]: (Functor[EventProp[F, _]] & FunctorFilter[EventProp[F, _]]) = + inline given [F[_]]: Functor[EventProp[F, _]] & FunctorFilter[EventProp[F, _]] = _functor.asInstanceOf[Functor[EventProp[F, _]] & FunctorFilter[EventProp[F, _]]] private val _functor: Functor[EventProp[Id, _]] & FunctorFilter[EventProp[Id, _]] = new Functor[EventProp[Id, _]] with FunctorFilter[EventProp[Id, _]]: From 33d3814e12dfbe0b1eea48de2a5a9506b7514076 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:20:09 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.3' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 3bf1b18..ad45447 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Scala Steward: Reformat with scalafmt 3.7.12 2581bbdb5088fea3ba0db6efefd116ad2bc2a000 + +# Scala Steward: Reformat with scalafmt 3.8.3 +eceb7d2bb8386cc717c32e6cf7c7bbed5b58babc