Skip to content

Commit

Permalink
Merge pull request #114 from scala-steward/update/byte-buddy-1.11.0
Browse files Browse the repository at this point in the history
Update byte-buddy, byte-buddy-agent to 1.11.0
  • Loading branch information
Jakub Czuchnowski authored May 18, 2021
2 parents cdcdb84 + d62b1b4 commit 8de7937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ object Dependencies {
)

val byteBuddy = Seq(
"net.bytebuddy" % "byte-buddy" % "1.10.22",
"net.bytebuddy" % "byte-buddy-agent" % "1.10.22"
"net.bytebuddy" % "byte-buddy" % "1.11.0",
"net.bytebuddy" % "byte-buddy-agent" % "1.11.0"
)

val logback = Seq("ch.qos.logback" % "logback-classic" % LogbackVersion)
Expand Down

0 comments on commit 8de7937

Please sign in to comment.