File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ You can refer to the [API reference](src/commonMain/kotlin/maryk/rocksdb) or the
46
46
The dependency is published in Maven Central, so you can easily add it to your project:
47
47
48
48
``` kotlin
49
- implementation(" io.maryk.rocksdb:rocksdb-multiplatform:9.6.2 " )
49
+ implementation(" io.maryk.rocksdb:rocksdb-multiplatform:9.10.0 " )
50
50
```
51
51
52
52
## Usage Example
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ plugins {
16
16
id(" maven-publish" )
17
17
id(" signing" )
18
18
id(" com.android.library" ) version " 8.7.0"
19
- kotlin(" multiplatform" ) version " 2.1.0 "
19
+ kotlin(" multiplatform" ) version " 2.1.10 "
20
20
}
21
21
22
22
group = " io.maryk.rocksdb"
23
- version = " 9.6.2 "
23
+ version = " 9.10.0 "
24
24
25
- val rocksDBJVMVersion = " 9.6.1 "
26
- val rocksDBAndroidVersion = " 9.6.1 "
25
+ val rocksDBJVMVersion = " 9.10.0 "
26
+ val rocksDBAndroidVersion = " 9.10.0 "
27
27
28
28
val kotlinXDateTimeVersion = " 0.6.1"
29
29
You can’t perform that action at this time.
0 commit comments