Skip to content

Commit

Permalink
Bumping library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
littleclay committed Jan 1, 2018
1 parent 457462c commit f151f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For instance, if you write a new class that overrides the `equals` method but fo
<dependency>
<groupId>com.redfin</groupId>
<artifactId>contractual</artifactId>
<version>1.4.0<version>
<version>1.5.0<version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.redfin</groupId>
<artifactId>contractual</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.redfin</groupId>
<artifactId>insist</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit f151f5b

Please sign in to comment.