Skip to content

Commit

Permalink
updated version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Feb 27, 2024
1 parent e8a061e commit 68378f9
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.1'
implementation 'com.cedarsoftware:java-util:2.4.2'
```

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

0 comments on commit 68378f9

Please sign in to comment.