diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..1719f7e --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.12 +4775c6de73173d309ea48225f9cf0d4c37db97a4 diff --git a/.scalafmt.conf b/.scalafmt.conf index 5881eba..d36a93c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version=3.6.1 +version=3.7.12 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"))