Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe authored Apr 18, 2024
1 parent f8cd183 commit 7677ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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>0.3.1</version>
<version>2023.12.23</version>
</dependency>
```

### Gradle

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

Expand Down Expand Up @@ -2141,4 +2141,4 @@ object Envelope {
}
```

</details>
</details>

0 comments on commit 7677ea2

Please sign in to comment.