Skip to content

Commit

Permalink
Merge pull request #145 from scala-steward/update/byte-buddy-1.11.5
Browse files Browse the repository at this point in the history
Update byte-buddy, byte-buddy-agent to 1.11.5
  • Loading branch information
Jakub Czuchnowski authored Jun 20, 2021
2 parents 62bb7b7 + de72132 commit 0db667d
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.11.3",
"net.bytebuddy" % "byte-buddy-agent" % "1.11.3"
"net.bytebuddy" % "byte-buddy" % "1.11.5",
"net.bytebuddy" % "byte-buddy-agent" % "1.11.5"
)

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

0 comments on commit 0db667d

Please sign in to comment.