Skip to content

Commit

Permalink
Update dependency versions in README.md
Browse files Browse the repository at this point in the history
Upgraded solanaj-programs and phoenix dependencies from version 1.30.3 to 1.31.0. This ensures the documentation reflects the latest changes and improvements in the dependencies.
  • Loading branch information
skynetcap committed Sep 21, 2024
1 parent 19f2d2b commit ae9bc6a
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 @@ -10,15 +10,15 @@ Bonfida.
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>solanaj-programs</artifactId>
<version>1.30.3</version>
<version>1.31.0</version>
</dependency>
```
Or just one dependency:
```xml
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>phoenix</artifactId>
<version>1.30.3</version>
<version>1.31.0</version>
</dependency>
```

Expand Down

0 comments on commit ae9bc6a

Please sign in to comment.