Skip to content

Commit

Permalink
Bump dependencies to v2023.3.1 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Perrin <[email protected]>
  • Loading branch information
olperr1 authored Oct 6, 2023
1 parent 923213d commit 42e9767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@



PowSyBl repository versions for the 2023.3.0 powsybl-starter release correspond to the ones of
[powsybl-dependencies 2023.3.0](https://github.com/powsybl/powsybl-dependencies/releases/tag/v2023.3.0).
PowSyBl repository versions for the 2023.3.1 powsybl-starter release correspond to the ones of
[powsybl-dependencies 2023.3.1](https://github.com/powsybl/powsybl-dependencies/releases/tag/v2023.3.1).



Expand All @@ -15,7 +15,7 @@ To start using PowSyBl components in a Maven project, you just have to include o
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-starter</artifactId>
<version>2023.3.0</version>
<version>2023.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</developers>

<properties>
<powsybl-dependencies.version>2023.3.0</powsybl-dependencies.version>
<powsybl-dependencies.version>2023.3.1</powsybl-dependencies.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 42e9767

Please sign in to comment.