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