Skip to content

Commit

Permalink
Merge branch 'main' into fix_aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Czuchnowski authored Jun 21, 2021
2 parents 50dc446 + 0db667d commit bb856a8
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.2",
"net.bytebuddy" % "byte-buddy-agent" % "1.11.2"
"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 bb856a8

Please sign in to comment.