Skip to content

Commit 839cc09

Browse files
authored
Update SODS version
1 parent b793d8b commit 839cc09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ A simple library for process ODS files in Java. It allows read/write ODS files.
1515
<dependency>
1616
<groupId>com.github.miachm.sods</groupId>
1717
<artifactId>SODS</artifactId>
18-
<version>1.6.2</version>
18+
<version>1.6.3</version>
1919
</dependency>
2020
```
2121
### Gradle Kotlin DSL
2222
```kotlin
23-
implementation("com.github.miachm.sods:SODS:1.6.2")
23+
implementation("com.github.miachm.sods:SODS:1.6.3")
2424
```
2525
### Gradle Groovy DSL
2626
```groovy
27-
implementation 'com.github.miachm.sods:SODS:1.6.2'
27+
implementation 'com.github.miachm.sods:SODS:1.6.3'
2828
```
29-
### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.2/jar)
29+
### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.3/jar)
3030

3131
## Docs
3232
You can access the javadocs [here](https://miachm.github.io/SODS/)

0 commit comments

Comments
 (0)