Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Apr 7, 2015
1 parent 16e5b07 commit d781db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ _Java 8 maven artifact:_
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -22,7 +22,7 @@ _Java 6 and Java 7 maven artifact:_
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
<scope>compile</scope>
</dependency>
```
Expand Down

0 comments on commit d781db4

Please sign in to comment.