Use updated deps (#370)

* Use updated deps

* update travis build settings
This commit is contained in:
Tom Burgin 2019-06-23 12:43:50 -04:00 committed by GitHub
parent 8198e59736
commit 46cd60e579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1,2 @@
build --apple_generate_dsym --define=apple.propagate_embedded_extra_outputs=yes
build --host_force_python=PY2

View File

@ -1,4 +1,6 @@
---
os: osx
osx_image: xcode10.2
language: objective-c
sudo: false

View File

@ -8,7 +8,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl",
git_repository(
name = "build_bazel_rules_apple",
remote = "https://github.com/bazelbuild/rules_apple.git",
commit = "46611296946be1eb0fe2e7e46b8b26b4662606b3",
tag = "0.17.2",
)
load("@build_bazel_rules_apple//apple:repositories.bzl", "apple_rules_dependencies")
@ -19,19 +19,19 @@ apple_rules_dependencies()
git_repository(
name = "MOLAuthenticatingURLSession",
remote = "https://github.com/google/macops-molauthenticatingurlsession.git",
tag = "v2.5",
tag = "v2.6",
)
git_repository(
name = "MOLCertificate",
remote = "https://github.com/google/macops-molcertificate.git",
tag = "v2.0",
tag = "v2.1",
)
git_repository(
name = "MOLCodesignChecker",
remote = "https://github.com/google/macops-molcodesignchecker.git",
tag = "v2.1",
tag = "v2.2",
)
git_repository(