Skip to content

Commit

Permalink
PowerSystemUtils to version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Feb 22, 2024
1 parent 8a5dd64 commit 4ca2c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated contributing.md [#737](https://github.com/ie3-institute/PowerSystemDataModel/issues/737)
- Don't throw exceptions for not yet implemented validations [#879](https://github.com/ie3-institute/PowerSystemDataModel/issues/879)
- `CsvDataSource` throws exceptions on error [#954](https://github.com/ie3-institute/PowerSystemDataModel/issues/954)
- BREAKING: Updating PowerSystemUtils dependency to 2.2 [#1006](https://github.com/ie3-institute/PowerSystemDataModel/issues/1006)

## [4.1.0] - 2023-11-02

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repositories {
dependencies {

// ie³ power system utils
implementation 'com.github.ie3-institute:PowerSystemUtils:2.1'
implementation 'com.github.ie3-institute:PowerSystemUtils:2.2'

implementation 'tech.units:indriya:2.2'

Expand Down

0 comments on commit 4ca2c7e

Please sign in to comment.