Skip to content

Commit a627e87

Browse files
authored
Update build.gradle
update versions to match pom.xml
1 parent c8dd09f commit a627e87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ dependencies {
2020
}
2121

2222
group = 'com.kosherjava'
23-
version = '2.0.3'
24-
sourceCompatibility = '6'
25-
targetCompatibility = '1.6'
23+
version = '2.1.0'
24+
sourceCompatibility = '8'
25+
targetCompatibility = '1.8'
2626

2727
publishing {
2828
publications {

0 commit comments

Comments
 (0)