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 @@ -26,7 +26,7 @@ Add the following to pom.xml:
2626 <dependency>
2727 <groupId>com.google.mug</groupId>
2828 <artifactId>mug</artifactId>
29- <version>8.0 </version>
29+ <version>8.1 </version>
3030 </dependency>
3131```
3232
@@ -48,7 +48,7 @@ Add `mug-errorprone` to your annotationProcessorPaths:
4848 <path>
4949 <groupId>com.google.mug</groupId>
5050 <artifactId>mug-errorprone</artifactId>
51- <version>8.0 </version>
51+ <version>8.1 </version>
5252 </path>
5353 </annotationProcessorPaths>
5454 </configuration>
@@ -63,7 +63,7 @@ Protobuf utils ([javadoc](https://google.github.io/mug/apidocs/com/google/mu/pro
6363 <dependency>
6464 <groupId>com.google.mug</groupId>
6565 <artifactId>mug-protobuf</artifactId>
66- <version>8.0 </version>
66+ <version>8.1 </version>
6767 </dependency>
6868```
6969
@@ -72,17 +72,17 @@ Guava add-ons (with [`SafeQuery`](https://google.github.io/mug/apidocs/com/googl
7272 <dependency>
7373 <groupId>com.google.mug</groupId>
7474 <artifactId>mug-guava</artifactId>
75- <version>8.0 </version>
75+ <version>8.1 </version>
7676 </dependency>
7777```
7878
7979### Gradle
8080
8181Add to build.gradle:
8282```
83- implementation 'com.google.mug:mug:8.0 '
84- implementation 'com.google.mug:mug-guava:8.0 '
85- implementation 'com.google.mug:mug-protobuf:8.0 '
83+ implementation 'com.google.mug:mug:8.1 '
84+ implementation 'com.google.mug:mug-guava:8.1 '
85+ implementation 'com.google.mug:mug-protobuf:8.1 '
8686```
8787
8888
You can’t perform that action at this time.
0 commit comments