Skip to content

Commit

Permalink
Update bazel_common to Truth 0.45.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=251441481
  • Loading branch information
cpovirk committed Jun 4, 2019
1 parent 084aadd commit e6d84ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workspace_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@ def google_common_workspace_rules():
)

_maven_import(
artifact = "com.google.truth:truth:0.44",
artifact = "com.google.truth:truth:0.45",
licenses = ["notice"],
sha256 = "a9e6796786c9c77a5fe19b08e72fe0a620d53166df423d8861af9ebef4dc4247",
sha256 = "0f7dced2a16e55a77e44fc3ff9c5be98d4bf4bb30abc18d78ffd735df950a69f",
)

_maven_import(
artifact = "com.google.truth.extensions:truth-java8-extension:0.44",
artifact = "com.google.truth.extensions:truth-java8-extension:0.45",
licenses = ["notice"],
sha256 = "da4d94dc952c65914bf9e3c0b4f4a05f5aea536aa5de9a4660b859409dda4bad",
sha256 = "dc1fedf6c13b1b1a4c4fa3e810f11df070ea4701765f05176f8bdcb5520c7de4",
)

_maven_import(
Expand Down

0 comments on commit e6d84ed

Please sign in to comment.