Skip to content

Commit

Permalink
minor dep upgrade and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Jan 30, 2024
1 parent 88e53f9 commit 13ec674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"

id("com.github.ben-manes.versions") version "0.50.0"
id("com.github.ben-manes.versions") version "0.51.0"

id("io.github.cosmicsilence.scalafix") version "0.2.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ trait SplainFormattingExtension extends typechecker.splain.SplainFormatting with
.split("\n")
.filter(_ != ";")

s"(comparing <found>$infixText<required>)" -> indented.map(v => FlatType(v))
s"(comparing <found>$infixText<required>)" -> indented.toSeq.map(v => FlatType(v))
}
}

Expand Down

0 comments on commit 13ec674

Please sign in to comment.