Skip to content

Commit 640c341

Browse files
committed
bump to 0.4.0
1 parent d486389 commit 640c341

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'io.hstream'
11-
version = '0.3.0'
11+
version = '0.4.0'
1212

1313
repositories {
1414
mavenCentral()
@@ -33,7 +33,6 @@ dependencies {
3333
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
3434

3535
api 'com.google.guava:guava:30.1.1-jre'
36-
api group: 'com.google.protobuf', name: 'protobuf-java', version: '3.17.3'
3736

3837
}
3938

0 commit comments

Comments
 (0)