Skip to content

Commit

Permalink
Merge pull request #79 from javaSlang/javaSlang-patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
javaSlang committed Jan 14, 2020
2 parents e3ff1b6 + bfe5932 commit 93def17
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 @@ -13,7 +13,7 @@ All you need is this to get the latest version:
<dependency>
<groupId>com.github.javaslang.map2pojo</groupId>
<artifactId>map2pojo</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

Expand Down Expand Up @@ -149,4 +149,4 @@ new HashMap<String, Object>() {{
put("RATE", "100,000000");
...
}});
```
```

0 comments on commit 93def17

Please sign in to comment.