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