We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf6fcd commit 445a0daCopy full SHA for 445a0da
build.sbt
@@ -92,7 +92,7 @@ lazy val agent = project
92
moduleName := "semanticdb-agent",
93
libraryDependencies ++=
94
List(
95
- "net.bytebuddy" % "byte-buddy" % "1.11.9",
+ "net.bytebuddy" % "byte-buddy" % "1.18.5",
96
"net.bytebuddy" % "byte-buddy-agent" % "1.15.7"
97
),
98
Compile / packageBin / packageOptions +=
0 commit comments