This repository was archived by the owner on Oct 4, 2020. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ I'm using this project to get to know the features and to demonstrate them.
16
16
Because the prototype is still changing a lot, this project depends on a specific build at any point in time.
17
17
This build number is hardocded in the ` pom.xml ` .
18
18
19
- ** Current Version** : :seven ::five :
19
+ ** Current Version** : :nine ::five :
20
20
21
21
## Compiling & Running
22
22
Original file line number Diff line number Diff line change 9
9
<groupId >org.codefx.lab</groupId >
10
10
<artifactId >junit-lambda</artifactId >
11
11
<!-- the version matches the prototype's build number-->
12
- <version >75 </version >
12
+ <version >95 </version >
13
13
14
14
<!-- PROJECT META INFORMATION -->
15
15
64
64
<dependency >
65
65
<groupId >org.junit.prototype</groupId >
66
66
<artifactId >junit5-api</artifactId >
67
- <version >5.0.0-20151119.213341-75 </version >
67
+ <version >5.0.0-20151121.015920-95 </version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
<dependency >
71
71
<groupId >org.junit.prototype</groupId >
72
72
<artifactId >junit-console</artifactId >
73
- <version >5.0.0-20151119.213336-75 </version >
73
+ <version >5.0.0-20151121.015915-95 </version >
74
74
<scope >test</scope >
75
75
</dependency >
76
76
<dependency >
77
77
<groupId >org.junit.prototype</groupId >
78
78
<artifactId >junit5-engine</artifactId >
79
- <version >5.0.0-20151119.213342-75 </version >
79
+ <version >5.0.0-20151121.015920-95 </version >
80
80
<scope >test</scope >
81
81
</dependency >
82
82
You can’t perform that action at this time.
0 commit comments