Skip to content

Commit 478085c

Browse files
Update dependency net.bytebuddy:byte-buddy-agent to v1.18.4
1 parent 40f7f5c commit 478085c

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
@@ -93,7 +93,7 @@ lazy val agent = project
9393
libraryDependencies ++=
9494
List(
9595
"net.bytebuddy" % "byte-buddy" % "1.11.9",
96-
"net.bytebuddy" % "byte-buddy-agent" % "1.15.7"
96+
"net.bytebuddy" % "byte-buddy-agent" % "1.18.4"
9797
),
9898
Compile / packageBin / packageOptions +=
9999
Package.ManifestAttributes(

0 commit comments

Comments
 (0)