Skip to content

Commit

Permalink
Fix version dependency (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: David Greven <fixed-term.David.Greven@de.bosch.com>
Signed-off-by: Sebastian Becker <Sebastian.Becker@de.bosch.com>
  • Loading branch information
grevend-bosch committed Dec 13, 2021
1 parent 20ba219 commit 9ea08c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>io.carbynestack</groupId>
<artifactId>common-types</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -91,4 +91,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 9ea08c8

Please sign in to comment.