Skip to content

Commit

Permalink
Merge pull request #258 from scala-steward/update/scalafmt-core-3.4.3
Browse files Browse the repository at this point in the history
build(deps): bump scalafmt-core from 3.0.8 to 3.4.3
  • Loading branch information
tkrs committed Mar 18, 2022
2 parents d851dc8 + 5009f38 commit 3541cd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = 3.0.8
version = 3.4.3
maxColumn = 120
assumeStandardLibraryStripMargin = true

Expand Down
4 changes: 3 additions & 1 deletion project/Boilerplate.scala
Expand Up @@ -95,7 +95,9 @@ object Boilerplate {
|import _root_.mess.Fmt
|
|private[codec] trait TupleEncoder {
- implicit def encodeTuple$arity[${`A..N`}](implicit ${`a:F[A]..n:F[N]`("Encoder")}): Encoder.AsArray[${`(A..N)`}] =
- implicit def encodeTuple$arity[${`A..N`}](implicit ${`a:F[A]..n:F[N]`(
"Encoder"
)}): Encoder.AsArray[${`(A..N)`}] =
- $arg => Fmt.MArray(Vector($expr))
|}
"""
Expand Down

0 comments on commit 3541cd6

Please sign in to comment.