Skip to content

Commit

Permalink
Preparation for release 0.1.2. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarcII authored Jan 12, 2017
1 parent f27ab1c commit e90d868
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ skydoc_repositories()

http_archive(
name = "io_bazel_rules_dart",
sha256 = "d151f647062c06c594a81a1fafcc060c3a9a2f1087a0f1c16c10a5b364ec9fe4",
strip_prefix = "rules_dart-30cf89513de3d8c0fce4ab1d7448b673300ace84",
url = "https://github.com/dart-lang/rules_dart/archive/30cf89513de3d8c0fce4ab1d7448b673300ace84.tar.gz",
sha256 = "c46db0431001b1a4aa7fdd2ec43642c07e443eba4161a3b2b0d60bd19ff7370e",
strip_prefix = "rules_dart-b7ef091c339a55cd321b92399462f24aecf42fd6",
url = "https://github.com/dart-lang/rules_dart/archive/b7ef091c339a55cd321b92399462f24aecf42fd6.tar.gz",
)

load("@io_bazel_rules_dart//dart/build_rules:repositories.bzl", "dart_repositories")
Expand All @@ -82,9 +82,9 @@ dart_repositories()

http_archive(
name = "com_github_google_webdriver_dart",
sha256 = "7d1abb9b2688fe317b41a54f35accd725e9a6e17408fa79bca87d9c7a655dc27",
strip_prefix = "webdriver.dart-5a8db28c328cf9f100ca946d39e8e62a37fbacdd",
url = "https://github.com/google/webdriver.dart/archive/5a8db28c328cf9f100ca946d39e8e62a37fbacdd.tar.gz",
sha256 = "675aa61528e86136386939faa8b0a626c8a58db01917f438e4d8b7b24d5b3f5c",
strip_prefix = "webdriver.dart-1.2.2",
url = "https://github.com/google/webdriver.dart/archive/v1.2.2.tar.gz",
)

load("@com_github_google_webdriver_dart//:repositories.bzl", "webdriver_dart_repositories")
Expand Down
1 change: 1 addition & 0 deletions dart/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ licenses(["notice"]) # Apache 2.0
dart_library(
name = "dart",
srcs = glob(["lib/**/*.dart"]),
enable_ddc = False,
pub_pkg_name = "webtest",
visibility = ["//visibility:public"],
deps = ["@com_github_google_webdriver_dart//:webdriver"],
Expand Down
6 changes: 3 additions & 3 deletions web/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def web_test_repositories(java=False,
native.new_http_archive(
name="com_github_tebeka_selenium",
build_file=str(Label("//build_files:selenium_go.BUILD")),
sha256="8a94dddb37cac3e839981a9d8452373136d49655408ecb7796a1a44ef876d94e",
strip_prefix="selenium-1cc64bfa7b5e2513fb492727d4b730ffe8f02433",
url="https://github.com/tebeka/selenium/archive/1cc64bfa7b5e2513fb492727d4b730ffe8f02433.tar.gz"
sha256="84949fd190b82935af672732b02709b9291933d7d2f5916dcae8b4668c0004cc",
strip_prefix="selenium-0.9.3",
url="https://github.com/tebeka/selenium/archive/v0.9.3.tar.gz"
)

if python:
Expand Down

0 comments on commit e90d868

Please sign in to comment.