Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 79146b7

Browse files
1 parent 68ba0a2 commit 79146b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-dataflow</artifactId>
25-
<version>0.3.3</version>
25+
<version>0.4.0</version>
2626
</dependency>
2727

2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-dataflow:0.3.3'
33+
implementation 'com.google.cloud:google-cloud-dataflow:0.4.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.3.3"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.4.0"
4040
```
4141

4242
## Authentication

0 commit comments

Comments
 (0)