Skip to content

Commit 1a41a75

Browse files
kmgowdaRaulGracia
authored andcommitted
Use Pravega client version 0.5. (#55)
Updated Pravega artifact version to 0.5. Signed-off-by: Keshava Munegowda <[email protected]>
1 parent 668de71 commit 1a41a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ buildscript {
2828

2929
dependencies {
3030

31-
compile "io.pravega:pravega-client:0.4.0",
32-
"io.pravega:pravega-common:0.4.0",
31+
compile "io.pravega:pravega-client:0.5.0",
32+
"io.pravega:pravega-common:0.5.0",
3333
"commons-cli:commons-cli:1.3.1",
3434
"org.apache.commons:commons-csv:1.5"
3535

0 commit comments

Comments
 (0)