Skip to content

Commit

Permalink
Run sbt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed Oct 21, 2022
1 parent 472b601 commit 5f10bca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
@@ -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"))
24 changes: 12 additions & 12 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 5f10bca

Please sign in to comment.