Skip to content

Commit 439a0f9

Browse files
Update dependency net.bytebuddy:byte-buddy-agent to v1.15.7 (#746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc855d2 commit 439a0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ lazy val agent = project
9797
libraryDependencies ++=
9898
List(
9999
"net.bytebuddy" % "byte-buddy" % "1.11.9",
100-
"net.bytebuddy" % "byte-buddy-agent" % "1.11.21"
100+
"net.bytebuddy" % "byte-buddy-agent" % "1.15.7"
101101
),
102102
Compile / packageBin / packageOptions +=
103103
Package.ManifestAttributes(

0 commit comments

Comments
 (0)