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 ece9926 commit 4a4e44cCopy full SHA for 4a4e44c
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.3</version>
+ <version>2.5.4</version>
19
</dependency>
20
```
21
22
### SBT
23
```scala
24
- libraryDependencies += "org.zapodot" % "jackson-databind-java-optional" % "2.5.3"
+ libraryDependencies += "org.zapodot" % "jackson-databind-java-optional" % "2.5.4"
25
26
27
0 commit comments