Skip to content

Commit 77e44c3

Browse files
authored
Remove compiler dependency. (#813)
1 parent c2b1625 commit 77e44c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/Build.scala

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ object Build extends AutoPlugin {
3838
Test / scalacOptions ++= Seq("-Xmax-inlines:100", "-Yretain-trees"),
3939
javacOptions := Seq("-source", "1.8", "-target", "1.8"),
4040
libraryDependencies ++= Seq(
41-
"org.scala-lang" % "scala3-compiler_3" % scalaVersion.value,
4241
"org.apache.avro" % "avro" % AvroVersion,
4342
"org.slf4j" % "slf4j-api" % Slf4jVersion % "test",
4443
"log4j" % "log4j" % Log4jVersion % "test",

0 commit comments

Comments
 (0)