Skip to content

Commit

Permalink
Update README.md with new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Farias committed May 19, 2020
1 parent d42861e commit 1a850b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_databricks",
sha256 = "3f50d35f68e796aa774781fa6419d9795ff16c157e31d8d6de1f286a8bf66339",
strip_prefix = "rules_databricks-0.1",
sha256 = "4037efc2da666bba224342f758c41a0110bbf240f112693f1d86364160883f1d",
strip_prefix = "rules_databricks-0.2",
urls = [
"https://github.com/jullianow/rules_databricks/archive/v0.1.tar.gz"
"https://github.com/jullianow/rules_databricks/archive/v0.2.tar.gz"
],
)

Expand Down

0 comments on commit 1a850b8

Please sign in to comment.