From 5f10bca88bb983dd0cbadd7864097bcc79fea730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Herna=CC=81ndez?= Date: Fri, 21 Oct 2022 18:34:30 +0200 Subject: [PATCH] Run `sbt fix` --- .../build.sbt | 6 ++--- .../build.sbt | 4 ++-- project/plugins.sbt | 24 +++++++++---------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/build.sbt b/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/build.sbt index b44d3501..c2b72ab5 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/build.sbt +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/build.sbt @@ -1,7 +1,7 @@ // Disable sbt-github downloading so we don't rely in API ThisBuild / githubEnabled := false -ThisBuild / licenses += "Apache-2.0" -> url("http://localhost") -ThisBuild / yearRange := Some("2015-2020") +ThisBuild / licenses += "Apache-2.0" -> url("http://localhost") +ThisBuild / yearRange := Some("2015-2020") -copyrightOwner := "My Company" +copyrightOwner := "My Company" diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/build.sbt b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/build.sbt index 96f0e82d..550c9eb7 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/build.sbt +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/build.sbt @@ -1,8 +1,8 @@ // Disable sbt-github downloading so we don't rely in API ThisBuild / githubEnabled := false -ThisBuild / licenses += "MIT" -> url("http://localhost") -ThisBuild / yearRange := Some("2015-2020") +ThisBuild / licenses += "MIT" -> url("http://localhost") +ThisBuild / yearRange := Some("2015-2020") organizationName := "My Company" organizationHomepage := Some(url("http://example.com")) diff --git a/project/plugins.sbt b/project/plugins.sbt index 77551178..e76fbe18 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,12 +1,12 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") -addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.7.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.7.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.9.1") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.8.0") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.11.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.2.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") +addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.7.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.7.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.9.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.8.0") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.11.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.2.0")