Skip to content

Commit

Permalink
Upgrade to bazel 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Aug 1, 2020
1 parent e64e6a5 commit 30ae767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
@@ -1,6 +1,6 @@
# -*- python -*-

# Copyright 2018-2019 Josh Pieper, jjp@pobox.com.
# Copyright 2018-2020 Josh Pieper, jjp@pobox.com.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -16,8 +16,8 @@

workspace(name = "com_github_mjbots_bazel_deps")

BAZEL_VERSION = "1.2.0"
BAZEL_VERSION_SHA = "34eb178663a9f9c6765db72dd58958cdac64c5f08dd51e5b67e28d466079bd1e"
BAZEL_VERSION = "3.4.1"
BAZEL_VERSION_SHA = "1a64c807716e10c872f1618852d95f4893d81667fe6e691ef696489103c9b460"

load("//tools/workspace:default.bzl", "add_default_repositories")

Expand Down

0 comments on commit 30ae767

Please sign in to comment.