Skip to content

Commit af6c02c

Browse files
committedOct 13, 2019
next development iteration
1 parent 086e1f4 commit af6c02c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ A set of GSON serialiser/deserialisers for [Vavr](http://vavr.io/) library
1414
<dependency>
1515
<groupId>io.vavr</groupId>
1616
<artifactId>vavr-gson</artifactId>
17-
<version>0.10.0</version>
17+
<version>0.10.2</version>
1818
</dependency>
1919
```
2020

2121
### Gradle
2222

2323
```groovy
24-
compile("io.vavr:vavr-gson:0.10.0")
24+
compile("io.vavr:vavr-gson:0.10.2")
2525
```
2626

2727
### Registering converters

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
99
targetCompatibility = JavaVersion.VERSION_1_8
1010

1111
group = 'io.vavr'
12-
version = '0.10.2'
12+
version = '1.0.0-SNAPSHOT'
1313

1414
repositories {
1515
mavenCentral()

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
junitVersion=4.12
2-
vavrVersion=0.10.2
2+
vavrVersion=1.0.0-SNAPSHOT
33
gsonVersion=2.8.0

0 commit comments

Comments
 (0)
Please sign in to comment.