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.
1 parent ac4b5c7 commit ff5cc6cCopy full SHA for ff5cc6c
build.sbt
@@ -96,7 +96,7 @@ lazy val agent = project
96
moduleName := "semanticdb-agent",
97
libraryDependencies ++=
98
List(
99
- "net.bytebuddy" % "byte-buddy" % "1.11.9",
+ "net.bytebuddy" % "byte-buddy" % "1.17.3",
100
"net.bytebuddy" % "byte-buddy-agent" % "1.15.7"
101
),
102
Compile / packageBin / packageOptions +=
0 commit comments