Skip to content

Commit

Permalink
Bump scalafmt and run it
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Sep 19, 2023
1 parent 1b13332 commit 9a60097
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.9"
version = "3.7.14"
runner.dialect = scala213source3
maxColumn = 120
align.preset = some
Expand Down
Binary file modified bin/scalafmt
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ case class Project(
title = s"Scaladex - ${organization.toString()} / ${repository.toString()}",
url = Url(s"https://index.scala-lang.org/${organization.toString()}/${repository.toString()}"),
description = githubInfo.flatMap(_.description).getOrElse(""),
image = githubInfo.flatMap(_.logo).orElse(Some(Url("https://index.scala-lang.org/assets/img/scaladex-brand.svg"))),
image = githubInfo.flatMap(_.logo).orElse(Some(Url("https://index.scala-lang.org/assets/img/scaladex-brand.svg")))
)

def scaladoc(artifact: Artifact): Option[DocumentationLink] =
Expand Down

0 comments on commit 9a60097

Please sign in to comment.