Skip to content

Commit 0342dec

Browse files
committed
Update versions in README
1 parent 6619e70 commit 0342dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kotlin Dataframe: typesafe in-memory structured data processing for JVM
22
[![JetBrains incubator project](https://jb.gg/badges/incubator.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
3-
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
3+
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
44
[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/dataframe?color=blue&label=Maven%20Central)](https://search.maven.org/artifact/org.jetbrains.kotlinx/dataframe)
55
[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
66

@@ -28,7 +28,7 @@ repositories {
2828
mavenCentral()
2929
}
3030
dependencies {
31-
implementation 'org.jetbrains.kotlinx:dataframe:0.8.0-rc-7'
31+
implementation 'org.jetbrains.kotlinx:dataframe:0.8.0-rc-8'
3232
}
3333
```
3434
### Jupyter Notebook

0 commit comments

Comments
 (0)