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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Weingardt authored Mar 16, 2021
1 parent 71687b3 commit 8e50c51
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
@@ -1,6 +1,6 @@
# kotlin-either

![Publish Artifact](https://github.com/grandcentrix/grandcentrix-kotlin-either/workflows/Publish%20Artifact/badge.svg)
![Publish Artifact](https://github.com/GCX-HCI/grandcentrix-kotlin-either/workflows/Publish%20Artifact/badge.svg)

## Functional Error/Success Handling

Expand Down Expand Up @@ -110,7 +110,7 @@ In your project main `build.gradle.kts` you need:
```
repositories {
maven {
url = uri("https://maven.pkg.github.com/grandcentrix/grandcentrix-kotlin-either")
url = uri("https://maven.pkg.github.com/GCX-HCI/grandcentrix-kotlin-either")
}
}
```
Expand All @@ -122,5 +122,5 @@ implementation("net.grandcentrix.either:either:<version>")
implementation("net.grandcentrix.either:retrofit-calladapter:<version>")
```

For the newest version please always check the [Packages](https://github.com/grandcentrix/grandcentrix-kotlin-either/packages/596752) page.
For the newest version please always check the [Packages](https://github.com/GCX-HCI/grandcentrix-kotlin-either/packages/596752) page.
The version should be the same for all artifacts to ensure their compatibility.

0 comments on commit 8e50c51

Please sign in to comment.