Skip to content

Commit

Permalink
correct version number in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Jun 7, 2015
1 parent bda12c5 commit 129b740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ The library is distributed through Sonatype's OSS repo
<dependency>
<groupId>org.zapodot</groupId>
<artifactId>jackson-databind-java-optional</artifactId>
<version>2.5.1</version>
<version>2.5.3</version>
</dependency>
```

### SBT
```scala
libraryDependencies += "org.zapodot" % "jackson-databind-java-optional" % "2.5.1"
libraryDependencies += "org.zapodot" % "jackson-databind-java-optional" % "2.5.3"
```


Expand Down

0 comments on commit 129b740

Please sign in to comment.