Skip to content

Commit

Permalink
Update to Truth 1.0.
Browse files Browse the repository at this point in the history
Fixes #764

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=273333229
  • Loading branch information
elharo authored and nick-someone committed Oct 8, 2019
1 parent 7b0ce2d commit c9b3553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>27.0.1-jre</guava.version>
<truth.version>0.44</truth.version>
<truth.version>1.0</truth.version>
</properties>

<scm>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.16</version>
<version>0.18</version>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
Expand Down

0 comments on commit c9b3553

Please sign in to comment.