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.
2 parents 90d94ac + e8cd630 commit 07f154fCopy full SHA for 07f154f
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