Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Nov 21, 2024
1 parent 19e801b commit e3b8ecb
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 @@ -16,15 +16,15 @@ Requires Java 21+.
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>json</artifactId>
<version>2024.11.17</version>
<version>2024.11.20</version>
</dependency>
```

### Gradle

```
dependencies {
implementation("dev.mccue:json:2023.12.23")
implementation("dev.mccue:json:2024.11.20")
}
```

Expand Down

0 comments on commit e3b8ecb

Please sign in to comment.