Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
consistent syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 10, 2024
1 parent 9d93c79 commit cdb1f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To switch to that project, you'll need new Maven coordinates:

```diff
- javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
+ javapoet = { module = "com.palantir.javapoet:javapoet", version.ref = "javapoet" }
+ javapoet = { module = "com.palantir.javapoet:javapoet", version = "0.5.0" }
```

And new imports:
Expand Down

0 comments on commit cdb1f2d

Please sign in to comment.