-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade com.google.truth:truth 1.0.1 -> 1.1.3 #78
Conversation
Suggested commit message:
|
This breaks "something" in |
ac0d789
to
1b2fb91
Compare
2a18c7d
to
bb8ac13
Compare
af7ffb4
to
0b06798
Compare
736f0bb
to
febd0b5
Compare
febd0b5
to
b4c441e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a commit to fix the build. Would like to merge this before #43, so that there we don't need to upgrade Truth in that PR.
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<scope>test</scope> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This merely makes explicit a preexisting dependency on JUnit 4. See also google/truth#333. In #43 this dependency will become implicit again. Avoiding it altogether can be the topic of a separate PR.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix!
Don't we want the |
Good one; yes, let's! |
This PR contains the following updates:
1.0.1
->1.1.3