Skip to content

Commit 1812ca0

Browse files
committed
Use apollo-protos 0.2.0
1 parent 95ca32d commit 1812ca0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/developers/lightweight/protobuf.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Available fields for each message, including their types, are available on the B
2626
<dependency>
2727
<groupId>com.lunarclient</groupId>
2828
<artifactId>apollo-protos</artifactId>
29-
<version>0.1.9</version>
29+
<version>0.2.0</version>
3030
</dependency>
3131
</dependencies>
3232
```
@@ -41,7 +41,7 @@ Available fields for each message, including their types, are available on the B
4141
}
4242
4343
dependencies {
44-
api 'com.lunarclient:apollo-protos:0.1.9'
44+
api 'com.lunarclient:apollo-protos:0.2.0'
4545
}
4646
```
4747
</Tab>
@@ -55,7 +55,7 @@ Available fields for each message, including their types, are available on the B
5555
}
5656

5757
dependencies {
58-
api("com.lunarclient:apollo-protos:0.1.9")
58+
api("com.lunarclient:apollo-protos:0.2.0")
5959
}
6060
```
6161
</Tab>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ geantyref = "1.3.11"
1111
idea = "1.1.7"
1212
jetbrains = "24.0.1"
1313
lombok = "1.18.38"
14-
protobuf = "0.1.9"
14+
protobuf = "0.2.0"
1515
gson = "2.10.1"
1616
shadow = "9.4.1"
1717
spotless = "8.4.0"

0 commit comments

Comments
 (0)