We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce0ae4 commit 80ec9caCopy full SHA for 80ec9ca
README.md
@@ -15,13 +15,13 @@ The library is distributed through Sonatype's OSS repo
15
<dependency>
16
<groupId>org.zapodot</groupId>
17
<artifactId>jackson-databind-java-optional</artifactId>
18
- <version>2.5.4</version>
+ <version>2.6.0</version>
19
</dependency>
20
```
21
22
### SBT
23
```scala
24
- libraryDependencies += "org.zapodot" % "jackson-databind-java-optional" % "2.5.4"
+ libraryDependencies += "org.zapodot" % "jackson-databind-java-optional" % "2.6.0"
25
26
27
0 commit comments