Skip to content

Commit a1ac734

Browse files
committed
Maven: Update lib versions
1 parent 6954460 commit a1ac734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<!-- Robolectric -->
1818
<!-- These must be above Android so the dependency order is correct -->
1919
<dependency>
20-
<groupId>com.squareup</groupId>
21-
<artifactId>fest-android</artifactId>
22-
<version>1.0.7</version>
20+
<groupId>com.squareup.assertj</groupId>
21+
<artifactId>assertj-android</artifactId>
22+
<version>1.0.0</version>
2323
<scope>test</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.robolectric</groupId>
2727
<artifactId>robolectric</artifactId>
28-
<version>2.1.1</version>
28+
<version>2.4</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>

0 commit comments

Comments
 (0)