Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalafmt-core to 3.8.3 #389

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12
2581bbdb5088fea3ba0db6efefd116ad2bc2a000

# Scala Steward: Reformat with scalafmt 3.8.3
eceb7d2bb8386cc717c32e6cf7c7bbed5b58babc
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.1
version = 3.8.3

runner.dialect = scala3

Expand Down
2 changes: 1 addition & 1 deletion calico/src/main/scala/calico/html/Prop.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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, _]]:
Expand Down
Loading