From 839cc096263d8eb6b3cbd1e7981269704e9fc3cf Mon Sep 17 00:00:00 2001 From: Miguel Chacon Date: Wed, 13 Sep 2023 18:15:29 +0100 Subject: [PATCH] Update SODS version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 342e61f..d7c9a44 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,18 @@ A simple library for process ODS files in Java. It allows read/write ODS files. com.github.miachm.sods SODS - 1.6.2 + 1.6.3 ``` ### Gradle Kotlin DSL ```kotlin -implementation("com.github.miachm.sods:SODS:1.6.2") +implementation("com.github.miachm.sods:SODS:1.6.3") ``` ### Gradle Groovy DSL ```groovy -implementation 'com.github.miachm.sods:SODS:1.6.2' +implementation 'com.github.miachm.sods:SODS:1.6.3' ``` -### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.2/jar) +### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.3/jar) ## Docs You can access the javadocs [here](https://miachm.github.io/SODS/)