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 2d83db0 commit e8cd630Copy full SHA for e8cd630
build.sbt
@@ -84,7 +84,7 @@ lazy val agent = project
84
libraryDependencies ++=
85
List(
86
"org.javassist" % "javassist" % "3.27.0-GA",
87
- "net.bytebuddy" % "byte-buddy" % "1.10.20",
+ "net.bytebuddy" % "byte-buddy" % "1.10.22",
88
"net.bytebuddy" % "byte-buddy-agent" % "1.10.22"
89
),
90
Compile / packageBin / packageOptions +=
0 commit comments