We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 346dc5d + 98ae307 commit f456efdCopy full SHA for f456efd
build.sbt
@@ -89,7 +89,7 @@ lazy val agent = project
89
moduleName := "semanticdb-agent",
90
libraryDependencies ++=
91
List(
92
- "net.bytebuddy" % "byte-buddy" % "1.10.22",
+ "net.bytebuddy" % "byte-buddy" % "1.11.9",
93
"net.bytebuddy" % "byte-buddy-agent" % "1.11.8"
94
),
95
Compile / packageBin / packageOptions +=
0 commit comments