Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Update scalafmt-core to 3.5.3 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 4, 2022
1 parent 05c18f8 commit 1d879a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.5.0
version = 3.5.3
runner.dialect = scala212
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ lazy val kafkaLagExporter =
"org.opencontainers.image.authors" -> maintainer.value,
"org.opencontainers.image.url" -> homepage.value.get.toString,
"org.opencontainers.image.version" -> version.value,
"org.opencontainers.image.licenses" -> licenses.value.map(l => l._1 + ": " + l._2).mkString(", ")
"org.opencontainers.image.licenses" -> licenses.value
.map(l => l._1 + ": " + l._2)
.mkString(", ")
)
.map(l => l._1 + "=\"" + l._2 + "\"")
.mkString(", \\\n")
Expand Down

0 comments on commit 1d879a6

Please sign in to comment.