Skip to content

Commit 548e179

Browse files
authored
Merge pull request #218 from olafurpg/javaassst
Remove unused dependency in the Java agent
2 parents dcb4ade + e411d71 commit 548e179

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ lazy val agent = project
8585
moduleName := "semanticdb-agent",
8686
libraryDependencies ++=
8787
List(
88-
"org.javassist" % "javassist" % "3.27.0-GA",
8988
"net.bytebuddy" % "byte-buddy" % "1.10.22",
9089
"net.bytebuddy" % "byte-buddy-agent" % "1.10.22"
9190
),

0 commit comments

Comments
 (0)