Skip to content

Update scalafmt-core to 3.7.12 #62

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.7.12
4775c6de73173d309ea48225f9cf0d4c37db97a4
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = "scala213"
version=3.6.1
version=3.7.12
binPack.parentConstructors = true
maxColumn = 128
includeCurlyBraceInSelectChains = false
Expand Down
6 changes: 3 additions & 3 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ThisBuild / scmInfo := Some(
),
)

ThisBuild / developers := List(
ThisBuild / developers := List(
Developer(
id = "red-bashmak",
name = "Vyacheslav Kalyokin",
Expand All @@ -17,5 +17,5 @@ ThisBuild / developers := List(
)

ThisBuild / licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
ThisBuild / description := "Sbt plugin for download schemas from schema registry"
ThisBuild / homepage := Some(url("https://github.com/Tinkoff/sbt-schema-registry-plugin"))
ThisBuild / description := "Sbt plugin for download schemas from schema registry"
ThisBuild / homepage := Some(url("https://github.com/Tinkoff/sbt-schema-registry-plugin"))