diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..f882087 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.11 +a2c57d1ea8ea5549c8624932c26b8cd005a7fbeb diff --git a/.scalafmt.conf b/.scalafmt.conf index 5881eba..0ff6f34 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version=3.6.1 +version=3.7.11 binPack.parentConstructors = true maxColumn = 128 includeCurlyBraceInSelectChains = false diff --git a/publish.sbt b/publish.sbt index 9277a99..37e40ad 100644 --- a/publish.sbt +++ b/publish.sbt @@ -7,7 +7,7 @@ ThisBuild / scmInfo := Some( ), ) -ThisBuild / developers := List( +ThisBuild / developers := List( Developer( id = "red-bashmak", name = "Vyacheslav Kalyokin", @@ -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"))