Skip to content

Commit

Permalink
Update Skylib to 0.9.0
Browse files Browse the repository at this point in the history
Fixes #86

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=274673585
  • Loading branch information
Kernald authored and kluever committed Oct 15, 2019
1 parent b75db49 commit 9e38804
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ workspace(name = "google_bazel_common")
load("//:workspace_defs.bzl", "google_common_workspace_rules")

google_common_workspace_rules()

load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
5 changes: 3 additions & 2 deletions workspace_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -417,11 +417,12 @@ def google_common_workspace_rules():
sha256 = "c35697e7ad4bab018156cc3b75e8742f31fd8cad5bb9762f25bbf669ce01abce",
)

skylib_version = "9430df29e4c648b95bf39a57e4336b44a0a0582a"
skylib_version = "0.9.0"
http_archive(
name = "bazel_skylib",
strip_prefix = "bazel-skylib-{}".format(skylib_version),
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/{}.zip".format(skylib_version)],
url = "https://github.com/bazelbuild/bazel-skylib/archive/{}.tar.gz".format(skylib_version),
sha256 = "9245b0549e88e356cd6a25bf79f97aa19332083890b7ac6481a2affb6ada9752",
)

_maven_import(
Expand Down

0 comments on commit 9e38804

Please sign in to comment.