Skip to content

Commit

Permalink
updated readme to 2.4.6 until 2.4.7 is released.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Mar 25, 2024
1 parent 467a2cd commit 8fdbaaf
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,15 +15,15 @@ The classes in the`.jar`file are version 52 (`JDK 1.8`).
To include in your project:
##### GradleF
```
implementation 'com.cedarsoftware:java-util:2.4.7'
implementation 'com.cedarsoftware:java-util:2.4.6'
```

##### Maven
```
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>java-util</artifactId>
<version>2.4.7</version>
<version>2.4.6</version>
</dependency>
```
---
Expand Down

0 comments on commit 8fdbaaf

Please sign in to comment.