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 8882bcb + ecfe14c commit 81cf4f2Copy full SHA for 81cf4f2
build.sbt
@@ -87,7 +87,7 @@ lazy val agent = project
87
libraryDependencies ++=
88
List(
89
"net.bytebuddy" % "byte-buddy" % "1.10.22",
90
- "net.bytebuddy" % "byte-buddy-agent" % "1.11.1"
+ "net.bytebuddy" % "byte-buddy-agent" % "1.11.8"
91
),
92
Compile / packageBin / packageOptions +=
93
Package.ManifestAttributes(
0 commit comments