File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ environment of a Maven project, include
68
68
<dependency>
69
69
<groupId>de.tum.in.ase</groupId>
70
70
<artifactId>artemis-java-test-sandbox</artifactId>
71
- <version>1.8 .0</version>
71
+ <version>1.9 .0</version>
72
72
<scope>test</scope>
73
73
</dependency>
74
74
----
@@ -78,7 +78,7 @@ in the `dependencies` section.
78
78
For Gradle projects, include
79
79
[source,groovy]
80
80
----
81
- implementation 'de.tum.in.ase:artemis-java-test-sandbox:1.8 .0'
81
+ implementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9 .0'
82
82
----
83
83
84
84
in the `dependencies` section.
@@ -112,7 +112,7 @@ looks like this:
112
112
<dependency>
113
113
<groupId>de.tum.in.ase</groupId>
114
114
<artifactId>artemis-java-test-sandbox</artifactId>
115
- <version>1.8 .0</version>
115
+ <version>1.9 .0</version>
116
116
<scope>test</scope>
117
117
</dependency>
118
118
</dependencies>
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >de.tum.in.ase</groupId >
6
6
<artifactId >artemis-java-test-sandbox</artifactId >
7
- <version >1.8.1-SNAPSHOT </version >
7
+ <version >1.9.0 </version >
8
8
<name >Ares</name >
9
9
<description >The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing.</description >
10
10
<url >https://github.com/ls1intum/Ares</url >
You can’t perform that action at this time.
0 commit comments