Skip to content

Commit

Permalink
#50 - Changed configuration module
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Aug 24, 2024
1 parent 637cc73 commit bf90ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Besides that you need to add maven dependency as below:
<dependency>
<groupId>com.github.starnowski.posmulten.configuration</groupId>
<artifactId>configuration-yaml-interpreter</artifactId>
<version>0.8.1</version>
<version>0.9.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion hibernate6-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>com.github.starnowski.posmulten.configuration</groupId>
<artifactId>configuration-yaml-interpreter</artifactId>
<artifactId>configuration-yaml-jakarta-interpreter</artifactId>
<version>0.9.0</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit bf90ef6

Please sign in to comment.