Skip to content

Commit

Permalink
chore: Update scalafmt-core from 3.7.14 to 3.7.15 (#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot authored Oct 30, 2023
1 parent c2f2d68 commit 3bca807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.14"
version = "3.7.15"

runner.dialect = "scala213"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object KnowledgeGraphModel {
cur.downField("description").as[Option[projects.Description]],
cur.downField("keywords").as[Set[projects.Keyword]],
cur.downField("visibility").as[projects.Visibility],
cur.downField("images").as[List[images.ImageUri]](decodeList(imageDecoder)),
cur.downField("images").as[List[images.ImageUri]](decodeList(imageDecoder))
).mapN(KGProjectDetails.apply)
}
}
Expand Down

0 comments on commit 3bca807

Please sign in to comment.