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 8d071ef commit 656504eCopy full SHA for 656504e
build.sbt
@@ -97,7 +97,7 @@ lazy val agent = project
97
libraryDependencies ++=
98
List(
99
"net.bytebuddy" % "byte-buddy" % "1.11.9",
100
- "net.bytebuddy" % "byte-buddy-agent" % "1.15.7"
+ "net.bytebuddy" % "byte-buddy-agent" % "1.17.7"
101
),
102
Compile / packageBin / packageOptions +=
103
Package.ManifestAttributes(
0 commit comments