Skip to content

Commit ceb7a09

Browse files
authored
Merge pull request #139 from sourcegraph/renovate/net.bytebuddy-byte-buddy-agent-1.x
Update dependency net.bytebuddy:byte-buddy-agent to v1.10.22
2 parents a95aca7 + 6593b0c commit ceb7a09

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
@@ -85,7 +85,7 @@ lazy val agent = project
8585
List(
8686
"org.javassist" % "javassist" % "3.27.0-GA",
8787
"net.bytebuddy" % "byte-buddy" % "1.10.20",
88-
"net.bytebuddy" % "byte-buddy-agent" % "1.10.20"
88+
"net.bytebuddy" % "byte-buddy-agent" % "1.10.22"
8989
),
9090
Compile / packageBin / packageOptions +=
9191
Package.ManifestAttributes(

0 commit comments

Comments
 (0)