Skip to content

Commit

Permalink
8.3 now
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Dec 24, 2024
1 parent 54e14ea commit 879be0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the following to pom.xml:
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug</artifactId>
<version>8.2</version>
<version>8.3</version>
</dependency>
```

Expand All @@ -48,7 +48,7 @@ Add `mug-errorprone` to your annotationProcessorPaths:
<path>
<groupId>com.google.mug</groupId>
<artifactId>mug-errorprone</artifactId>
<version>8.2</version>
<version>8.3</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand All @@ -63,7 +63,7 @@ Protobuf utils ([javadoc](https://google.github.io/mug/apidocs/com/google/mu/pro
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug-protobuf</artifactId>
<version>8.2</version>
<version>8.3</version>
</dependency>
```

Expand All @@ -72,17 +72,17 @@ Guava add-ons (with [`SafeSql`](https://google.github.io/mug/apidocs/com/google/
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug-guava</artifactId>
<version>8.2</version>
<version>8.3</version>
</dependency>
```

### Gradle

Add to build.gradle:
```
implementation 'com.google.mug:mug:8.2'
implementation 'com.google.mug:mug-guava:8.2'
implementation 'com.google.mug:mug-protobuf:8.2'
implementation 'com.google.mug:mug:8.3'
implementation 'com.google.mug:mug-guava:8.3'
implementation 'com.google.mug:mug-protobuf:8.3'
```


Expand Down

0 comments on commit 879be0e

Please sign in to comment.