Skip to content

Commit

Permalink
Update version numbers in readme.md (#521)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup authored Apr 20, 2022
1 parent 94d380a commit 6a3c594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ capabilities:
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-impl</artifactId>
<version>4.7.0</version>
<version>4.8.0</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ieee-cdf-converter</artifactId>
<version>4.7.0</version>
<version>4.8.0</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-config-classic</artifactId>
<version>4.7.0</version>
<version>4.8.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -113,7 +113,7 @@ After adding a last Maven dependency on Open Load Flow implementation:
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-open-loadflow</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
```

Expand Down

0 comments on commit 6a3c594

Please sign in to comment.