Skip to content

Commit

Permalink
Truth dependency hygiene:
Browse files Browse the repository at this point in the history
- Bump Truth version to https://github.com/google/truth/releases/tag/release_0_42 (which mainly just improves Truth's own dependencies).
- Move Java 8 Truth extensions to test scope. They're used only from CompilationTest.

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208703663
  • Loading branch information
cpovirk authored and ronshapiro committed Aug 16, 2018
1 parent 2678c36 commit 43a513a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Utilities for testing compilation.</description>

<properties>
<truth.version>0.41</truth.version>
<truth.version>0.42</truth.version>
</properties>

<url>http://github.com/google/compile-testing</url>
Expand Down Expand Up @@ -61,6 +61,7 @@
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-java8-extension</artifactId>
<version>${truth.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 43a513a

Please sign in to comment.