Skip to content

Commit 443f12b

Browse files
committed
Remove scala-compiler as a dep.
I didn't catch this before, but I'm unsure why this was added in this commit: 5d298ed, but it shouldn't be needed.
1 parent db47a65 commit 443f12b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ lazy val root = Project("sbt-scoverage", file("."))
3333
.enablePlugins(SbtPlugin, BuildInfoPlugin)
3434
.settings(
3535
libraryDependencies ++= Seq(
36-
"org.scala-lang" % "scala-compiler" % scalaVersion.value % Compile,
3736
"org.scoverage" %% "scalac-scoverage-plugin" % scoverageVersion cross (CrossVersion.full)
3837
),
3938
buildInfoKeys := Seq[BuildInfoKey]("scoverageVersion" -> scoverageVersion),

0 commit comments

Comments
 (0)