File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Add the following to pom.xml:
4141 <dependency>
4242 <groupId>com.google.mug</groupId>
4343 <artifactId>mug</artifactId>
44- <version>8.6 </version>
44+ <version>8.7 </version>
4545 </dependency>
4646```
4747
@@ -63,7 +63,7 @@ Add `mug-errorprone` to your annotationProcessorPaths:
6363 <path>
6464 <groupId>com.google.mug</groupId>
6565 <artifactId>mug-errorprone</artifactId>
66- <version>8.6 </version>
66+ <version>8.7 </version>
6767 </path>
6868 </annotationProcessorPaths>
6969 </configuration>
@@ -78,7 +78,7 @@ Protobuf utils ([javadoc](https://google.github.io/mug/apidocs/com/google/mu/pro
7878 <dependency>
7979 <groupId>com.google.mug</groupId>
8080 <artifactId>mug-protobuf</artifactId>
81- <version>8.6 </version>
81+ <version>8.7 </version>
8282 </dependency>
8383```
8484
@@ -87,17 +87,17 @@ Guava add-ons (with [`SafeSql`](https://google.github.io/mug/apidocs/com/google/
8787 <dependency>
8888 <groupId>com.google.mug</groupId>
8989 <artifactId>mug-guava</artifactId>
90- <version>8.6 </version>
90+ <version>8.7 </version>
9191 </dependency>
9292```
9393
9494##### Gradle
9595
9696Add to build.gradle:
9797```
98- implementation 'com.google.mug:mug:8.6 '
99- implementation 'com.google.mug:mug-guava:8.6 '
100- implementation 'com.google.mug:mug-protobuf:8.6 '
98+ implementation 'com.google.mug:mug:8.7 '
99+ implementation 'com.google.mug:mug-guava:8.7 '
100+ implementation 'com.google.mug:mug-protobuf:8.7 '
101101```
102102</details >
103103
You can’t perform that action at this time.
0 commit comments