Skip to content

Commit

Permalink
Merge pull request #345 from ckipp01/compiler
Browse files Browse the repository at this point in the history
Remove scala-compiler as a dep.
  • Loading branch information
ckipp01 authored May 6, 2021
2 parents af9d4b9 + 443f12b commit c6fca81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ lazy val root = Project("sbt-scoverage", file("."))
.enablePlugins(SbtPlugin, BuildInfoPlugin)
.settings(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value % Compile,
"org.scoverage" %% "scalac-scoverage-plugin" % scoverageVersion cross (CrossVersion.full)
),
buildInfoKeys := Seq[BuildInfoKey]("scoverageVersion" -> scoverageVersion),
Expand Down

0 comments on commit c6fca81

Please sign in to comment.