Skip to content

Commit

Permalink
Upgrade akka to 2.6.13 (#9026)
Browse files Browse the repository at this point in the history
Seems to have a few useful bugfixes
https://akka.io/blog/news/2021/02/23/akka-2.6.13-released. Unclear if
we’re affected by those bugs but I’d rather not worry about whether we are.

changelog_begin
changelog_end
  • Loading branch information
cocreature committed Mar 5, 2021
1 parent b1a59d0 commit 0f1d2a9
Show file tree
Hide file tree
Showing 3 changed files with 763 additions and 763 deletions.
2 changes: 1 addition & 1 deletion bazel-java-deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version_specific = {

netty_version = "4.1.58.Final"
grpc_version = "1.35.0"
akka_version = "2.6.12"
akka_version = "2.6.13"

def install_java_deps():
maven_install(
Expand Down
Loading

0 comments on commit 0f1d2a9

Please sign in to comment.