Skip to content

Commit 8b9a204

Browse files
authored
Correct the groupId
1 parent a7b06fd commit 8b9a204

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Alternatively, for 'tire kicking' purposes you may try `http://cardano-wallet-t
6767

6868
Add the library to your dependencies
6969

70-
`libraryDependencies += "iog.psg" %% "psg-cardano-wallet-api" % "0.2.0"`
70+
`libraryDependencies += "solutions.iog" %% "psg-cardano-wallet-api" % "0.2.0"`
7171

7272
The api calls return a HttpRequest set up to the correct url and a mapper to take the entity result and
7373
map it from Json to the corresponding case classes. Using `networkInfo` as an example...
@@ -99,7 +99,7 @@ networkInfo match {
9999
First, add the library to your dependencies,
100100
```
101101
<dependency>
102-
<groupId>iog.psg</groupId>
102+
<groupId>solutions.iog</groupId>
103103
<artifactId>psg-cardano-wallet-api_2.13</artifactId>
104104
<version>0.2.0</version>
105105
</dependency>
@@ -142,4 +142,4 @@ The best place to find working examples is in the [test](https://github.com/inpu
142142
#### <a name="issues"></a> Issues
143143

144144
This release does *not* cover the entire cardano-wallet API, it focuses on getting the shelley core functionality into the hands of developers, if you need another call covered please log
145-
an [issue (or make a PR!)](https://github.com/input-output-hk/psg-cardano-wallet-api/issues)
145+
an [issue (or make a PR!)](https://github.com/input-output-hk/psg-cardano-wallet-api/issues)

0 commit comments

Comments
 (0)