Skip to content

Commit

Permalink
Merge pull request #1161 from armanbilge/topic/unused-plugins
Browse files Browse the repository at this point in the history
Remove unused sbt plugins
  • Loading branch information
armanbilge authored Feb 18, 2022
2 parents c6ca7ce + b461d49 commit 1cadd9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
.settings(moduleName := "spire")
.settings(spireSettings: _*)
.settings(coreSettings: _*)
.enablePlugins(BuildInfoPlugin)
.jvmSettings(commonJvmSettings: _*)
.jsSettings(commonJsSettings: _*)
.dependsOn(macros, platform, util)
Expand Down Expand Up @@ -215,8 +214,6 @@ lazy val scoverageSettings = Seq(
)

lazy val coreSettings = Seq(
buildInfoKeys := Seq[BuildInfoKey](version, scalaVersion),
buildInfoPackage := "spire",
Compile / sourceGenerators += (Compile / genProductTypes).taskValue,
genProductTypes := {
val scalaSource = (Compile / sourceManaged).value
Expand Down
5 changes: 0 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)

addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")

libraryDependencies += "org.slf4j" % "slf4j-nop" % "1.7.35"

0 comments on commit 1cadd9b

Please sign in to comment.