Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Apr 15, 2024
1 parent 7d556d5 commit a043290
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 @@ -22,7 +22,7 @@ To use this project in your project, simply add the following dependency to your
<dependency>
<groupId>gov.hhs.aspr.ms.taskit</groupId>
<artifactId>core</artifactId>
<version>3.2.1</version>
<version>4.0.0</version>
</dependency>
```

Expand All @@ -31,7 +31,7 @@ To use the protobuf library of taskit, simply add the following dependency to yo
<dependency>
<groupId>gov.hhs.aspr.ms.taskit</groupId>
<artifactId>protobuf</artifactId>
<version>3.2.1</version>
<version>4.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -95,4 +95,4 @@ Documentation has yet to be created. In the interim, the code is mostly commente
[dev-build-shield]: https://img.shields.io/github/actions/workflow/status/HHS/ASPR-ms-taskit/dev_build.yml?label=dev-build
[dev-build-url]: https://github.com/HHS/ASPR-ms-taskit/actions/workflows/dev_build.yml
[build-shield]: https://img.shields.io/github/actions/workflow/status/HHS/ASPR-ms-taskit/release_build.yml?label=release-build
[build-url]: https://github.com/HHS/ASPR-ms-taskit/actions/workflows/release_build.yml.yml
[build-url]: https://github.com/HHS/ASPR-ms-taskit/actions/workflows/release_build.yml.yml

0 comments on commit a043290

Please sign in to comment.