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 e2d6e7e commit 4fbf8bbCopy full SHA for 4fbf8bb
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.15.2",
100
"net.bytebuddy" % "byte-buddy-agent" % "1.11.21"
101
),
102
Compile / packageBin / packageOptions +=
0 commit comments