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

Commit

Permalink
Bump powsybl-core to 4.8.0 (#69)
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 3efe538 commit 5d7c3f6
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 126 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
**/generated/**/*
</sonar.exclusions>

<powsybl-core.version>4.7.0</powsybl-core.version>
<powsybl-olf.version>0.15.0</powsybl-olf.version>
<powsybl-core.version>4.8.0</powsybl-core.version>
<powsybl-olf.version>0.20.0</powsybl-olf.version>
<junit-jupiter.version>5.8.1</junit-jupiter.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -142,6 +142,11 @@
<artifactId>powsybl-config-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-loadflow-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-open-loadflow</artifactId>
Expand Down
Loading

0 comments on commit 5d7c3f6

Please sign in to comment.