Skip to content

Commit 0c0e898

Browse files
Update dependency net.bytebuddy:byte-buddy to v1.18.10-jdk5
1 parent 4e9abcc commit 0c0e898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ lazy val agent = project
8989
moduleName := "semanticdb-agent",
9090
libraryDependencies ++=
9191
List(
92-
"net.bytebuddy" % "byte-buddy" % "1.15.11",
92+
"net.bytebuddy" % "byte-buddy" % "1.18.10-jdk5",
9393
"net.bytebuddy" % "byte-buddy-agent" % "1.15.11"
9494
),
9595
Compile / packageBin / packageOptions +=

0 commit comments

Comments
 (0)