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 @@ -21,7 +21,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
21
21
<modelVersion >4.0.0</modelVersion >
22
22
<groupId >io.vavr</groupId >
23
23
<artifactId >vavr-parent</artifactId >
24
- <version >0.10.6 -SNAPSHOT</version >
24
+ <version >0.11.0 -SNAPSHOT</version >
25
25
<packaging >pom</packaging >
26
26
<name >Vavr Parent</name >
27
27
<description >Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.vavr</groupId >
5
5
<artifactId >vavr-parent</artifactId >
6
- <version >0.10.6 -SNAPSHOT</version >
6
+ <version >0.11.0 -SNAPSHOT</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<artifactId >vavr</artifactId >
22
22
<dependency >
23
23
<groupId >${project.groupId} </groupId >
24
24
<artifactId >vavr-match</artifactId >
25
- <version >0.10.5 </version >
25
+ <version >0.10.6 </version >
26
26
</dependency >
27
27
28
28
<dependency >
29
29
<groupId >${project.groupId} </groupId >
30
30
<artifactId >vavr-match-processor</artifactId >
31
- <version >0.10.5 </version >
31
+ <version >0.10.6 </version >
32
32
<optional >true</optional >
33
33
</dependency >
34
34
You can’t perform that action at this time.
0 commit comments