Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanneArchambault committed Dec 5, 2024
2 parents 7628441 + 67073a0 commit 39ced36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: powsybl/powsybl-open-loadflow
ref: external-ac-solver
ref: main
path: powsybl-open-loadflow
- name: Build powsybl-open-loadflow
run: mvn -batch-mode --no-transfer-progress clean install -DskipTests
Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@

<properties>
<java.version>17</java.version>
<asciitable.version>0.3.2</asciitable.version>
<powsybl-core.version>6.5.1</powsybl-core.version>
<powsybl-core.version>6.6.0-RC1</powsybl-core.version>
<powsybl-open-loadflow.version>1.14.0-SNAPSHOT</powsybl-open-loadflow.version>
<knitro-interfaces.version>14.1.0</knitro-interfaces.version>
<bridj.version>0.7.0</bridj.version>
</properties>

<build>
Expand Down Expand Up @@ -96,12 +97,12 @@
<dependency>
<groupId>com.artelys</groupId>
<artifactId>knitro-interfaces</artifactId>
<version>14.1.0</version>
<version>${knitro-interfaces.version}</version>
</dependency>
<dependency>
<groupId>com.artelys</groupId>
<artifactId>bridj</artifactId>
<version>0.7.0</version>
<version>${bridj.version}</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 39ced36

Please sign in to comment.