File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
22
22
<dependency >
23
23
<groupId >com.google.area120</groupId >
24
24
<artifactId >google-area120-tables</artifactId >
25
- <version >0.7.0 </version >
25
+ <version >0.7.2 </version >
26
26
</dependency >
27
27
```
28
28
29
29
If you are using Gradle without BOM, add this to your dependencies:
30
30
31
31
``` Groovy
32
- implementation 'com.google.area120:google-area120-tables:0.7.0 '
32
+ implementation 'com.google.area120:google-area120-tables:0.7.2 '
33
33
```
34
34
35
35
If you are using SBT, add this to your dependencies:
36
36
37
37
``` Scala
38
- libraryDependencies += " com.google.area120" % " google-area120-tables" % " 0.7.0 "
38
+ libraryDependencies += " com.google.area120" % " google-area120-tables" % " 0.7.2 "
39
39
```
40
40
41
41
## Authentication
Original file line number Diff line number Diff line change 140
140
<plugin >
141
141
<groupId >org.apache.maven.plugins</groupId >
142
142
<artifactId >maven-javadoc-plugin</artifactId >
143
- <version >3.4.0 </version >
143
+ <version >3.4.1 </version >
144
144
<reportSets >
145
145
<reportSet >
146
146
<id >html</id >
You can’t perform that action at this time.
0 commit comments