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 b66a423 commit 74c72fdCopy full SHA for 74c72fd
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.18.1"
101
),
102
Compile / packageBin / packageOptions +=
103
Package.ManifestAttributes(
0 commit comments