We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa18fb commit aa5edc6Copy full SHA for aa5edc6
build.sbt
@@ -95,7 +95,7 @@ lazy val agent = project
95
libraryDependencies ++=
96
List(
97
"net.bytebuddy" % "byte-buddy" % "1.11.9",
98
- "net.bytebuddy" % "byte-buddy-agent" % "1.15.7"
+ "net.bytebuddy" % "byte-buddy-agent" % "1.18.4"
99
),
100
Compile / packageBin / packageOptions +=
101
Package.ManifestAttributes(
0 commit comments