Skip to content

Commit 81cf4f2

Browse files
authored
Merge pull request #256 from sourcegraph/renovate/net.bytebuddy-byte-buddy-agent-1.x
Update dependency net.bytebuddy:byte-buddy-agent to v1.11.8
2 parents 8882bcb + ecfe14c commit 81cf4f2

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
@@ -87,7 +87,7 @@ lazy val agent = project
8787
libraryDependencies ++=
8888
List(
8989
"net.bytebuddy" % "byte-buddy" % "1.10.22",
90-
"net.bytebuddy" % "byte-buddy-agent" % "1.11.1"
90+
"net.bytebuddy" % "byte-buddy-agent" % "1.11.8"
9191
),
9292
Compile / packageBin / packageOptions +=
9393
Package.ManifestAttributes(

0 commit comments

Comments
 (0)