Skip to content

Commit c6fca81

Browse files
authored
Merge pull request #345 from ckipp01/compiler
Remove scala-compiler as a dep.
2 parents af9d4b9 + 443f12b commit c6fca81

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)