Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored and ckipp01 committed Oct 14, 2024
1 parent 2c1ecd7 commit 7a4d8c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ lazy val root = Project("sbt-scoverage", file("."))
.enablePlugins(SbtPlugin, BuildInfoPlugin)
.settings(
libraryDependencies ++= Seq(
"org.scoverage" %% "scalac-scoverage-plugin" % scoverageVersion cross (CrossVersion.full),
"org.scoverage" %% "scalac-scoverage-reporter" % scoverageVersion,
"org.scoverage" %% "scalac-scoverage-domain" % scoverageVersion,
"org.scoverage" %% "scalac-scoverage-serializer" % scoverageVersion
"org.scoverage" %% "scalac-scoverage-reporter" % scoverageVersion
),
buildInfoKeys := Seq[BuildInfoKey]("scoverageVersion" -> scoverageVersion),
buildInfoPackage := "scoverage",
Expand Down

0 comments on commit 7a4d8c6

Please sign in to comment.