Skip to content

Commit 3e1d0be

Browse files
committed
Version 2.1.1
1 parent d78b7fb commit 3e1d0be

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.1 (2018-08-06)
2+
- Remove Guava dependency
3+
- Replace use of internal Sun API class
4+
15
2.2.0 (2018-07-05)
26
=================
37

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Java 1.7 or later.
1111
<dependency>
1212
<groupId>com.siftscience</groupId>
1313
<artifactId>sift-java</artifactId>
14-
<version>2.1.0</version>
14+
<version>2.1.1</version>
1515
</dependency>
1616
```
1717
### Gradle
1818
```
1919
dependencies {
20-
compile 'com.siftscience:sift-java:2.1.0'
20+
compile 'com.siftscience:sift-java:2.1.1'
2121
}
2222
```
2323
### Other

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'signing'
55
apply plugin: 'java-library-distribution'
66

77
group = 'com.siftscience'
8-
version = '2.1.0'
8+
version = '2.1.1'
99
sourceCompatibility = 1.7
1010
targetCompatibility = 1.7
1111

0 commit comments

Comments
 (0)