Skip to content

Commit 39ef67f

Browse files
authored
Update README.md
1 parent 387f9ed commit 39ef67f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

8181
Add 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

0 commit comments

Comments
 (0)