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 bbe2b1f commit 12f5c34Copy full SHA for 12f5c34
build.sbt
@@ -90,7 +90,7 @@ lazy val agent = project
90
libraryDependencies ++=
91
List(
92
"net.bytebuddy" % "byte-buddy" % "1.11.9",
93
- "net.bytebuddy" % "byte-buddy-agent" % "1.11.8"
+ "net.bytebuddy" % "byte-buddy-agent" % "1.11.10"
94
),
95
Compile / packageBin / packageOptions +=
96
Package.ManifestAttributes(
0 commit comments