Skip to content

Commit 44ba999

Browse files
authored
Update README.md
1 parent 5cf0d30 commit 44ba999

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,21 @@ Do you prefer other programming languages?
4040
<groupId>com.google.protobuf</groupId>
4141
<artifactId>protobuf-java</artifactId>
4242
<version>3.24.1</version>
43+
<scope>compile</scope>
4344
</dependency>
4445

4546
<dependency>
4647
<groupId>com.google.code.gson</groupId>
4748
<artifactId>gson</artifactId>
4849
<version>2.10.1</version>
50+
<scope>compile</scope>
4951
</dependency>
5052

5153
<dependency>
5254
<groupId>com.github.jwdeveloper</groupId>
5355
<artifactId>TikTok-Live-Java</artifactId>
5456
<version>0.0.12-Release</version>
57+
<scope>compile</scope>
5558
</dependency>
5659
</dependencies>
5760
```

0 commit comments

Comments
 (0)