Skip to content

Commit

Permalink
Remove compiler dependency. (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgica authored Dec 19, 2023
1 parent c2b1625 commit 77e44c3
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 @@ -38,7 +38,6 @@ object Build extends AutoPlugin {
Test / scalacOptions ++= Seq("-Xmax-inlines:100", "-Yretain-trees"),
javacOptions := Seq("-source", "1.8", "-target", "1.8"),
libraryDependencies ++= Seq(
"org.scala-lang" % "scala3-compiler_3" % scalaVersion.value,
"org.apache.avro" % "avro" % AvroVersion,
"org.slf4j" % "slf4j-api" % Slf4jVersion % "test",
"log4j" % "log4j" % Log4jVersion % "test",
Expand Down

0 comments on commit 77e44c3

Please sign in to comment.