diff --git a/build.sbt b/build.sbt index a92e6c33..da1f56c0 100644 --- a/build.sbt +++ b/build.sbt @@ -86,7 +86,7 @@ lazy val agent = project moduleName := "semanticdb-agent", libraryDependencies ++= List( - "net.bytebuddy" % "byte-buddy" % "1.10.22", + "net.bytebuddy" % "byte-buddy" % "1.11.9", "net.bytebuddy" % "byte-buddy-agent" % "1.11.8" ), Compile / packageBin / packageOptions +=