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 a95aca7 + 6593b0c commit ceb7a09Copy full SHA for ceb7a09
build.sbt
@@ -85,7 +85,7 @@ lazy val agent = project
85
List(
86
"org.javassist" % "javassist" % "3.27.0-GA",
87
"net.bytebuddy" % "byte-buddy" % "1.10.20",
88
- "net.bytebuddy" % "byte-buddy-agent" % "1.10.20"
+ "net.bytebuddy" % "byte-buddy-agent" % "1.10.22"
89
),
90
Compile / packageBin / packageOptions +=
91
Package.ManifestAttributes(
0 commit comments