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 fbfd0bc commit 98ae307Copy full SHA for 98ae307
build.sbt
@@ -86,7 +86,7 @@ lazy val agent = project
86
moduleName := "semanticdb-agent",
87
libraryDependencies ++=
88
List(
89
- "net.bytebuddy" % "byte-buddy" % "1.10.22",
+ "net.bytebuddy" % "byte-buddy" % "1.11.9",
90
"net.bytebuddy" % "byte-buddy-agent" % "1.11.8"
91
),
92
Compile / packageBin / packageOptions +=
0 commit comments