Skip to content

Commit

Permalink
Remove scala-compiler dependency for release/4.0.x branch (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Feb 15, 2024
1 parent 3918e66 commit a4aee30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ object Build extends AutoPlugin {
javacOptions := Seq("-source", "1.8", "-target", "1.8"),
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.apache.avro" % "avro" % AvroVersion,
"org.slf4j" % "slf4j-api" % Slf4jVersion % "test",
"log4j" % "log4j" % Log4jVersion % "test",
Expand Down

0 comments on commit a4aee30

Please sign in to comment.