Skip to content

Commit 80ec9ca

Browse files
committed
Change version references in the docs to 2.6.0
1 parent bce0ae4 commit 80ec9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The library is distributed through Sonatype's OSS repo
1515
<dependency>
1616
<groupId>org.zapodot</groupId>
1717
<artifactId>jackson-databind-java-optional</artifactId>
18-
<version>2.5.4</version>
18+
<version>2.6.0</version>
1919
</dependency>
2020
```
2121

2222
### SBT
2323
```scala
24-
libraryDependencies += "org.zapodot" % "jackson-databind-java-optional" % "2.5.4"
24+
libraryDependencies += "org.zapodot" % "jackson-databind-java-optional" % "2.6.0"
2525
```
2626

2727

0 commit comments

Comments
 (0)