Skip to content

Commit aa515ee

Browse files
authored
Merge pull request #1752 from Kotlin/kodex-bump
KoDEx bump to enable backticks in references
2 parents b93e97b + 9001cce commit aa515ee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/FastDoubleParser.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import ch.randelshofer.fastdoubleparser.NumberFormatSymbols
55
import io.github.oshai.kotlinlogging.KotlinLogging
66
import org.jetbrains.kotlinx.dataframe.DataFrame
77
import org.jetbrains.kotlinx.dataframe.api.ParserOptions
8+
import org.jetbrains.kotlinx.dataframe.api.parser
89
import org.jetbrains.kotlinx.dataframe.impl.api.Parsers
910
import java.nio.charset.Charset
1011
import java.text.DecimalFormatSymbols

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ kotestAsserions = "6.0.0.M1"
5151

5252
jsoup = "1.18.3"
5353
arrow = "18.3.0"
54-
kodex = "0.5.1"
54+
kodex = "0.5.2"
5555
simpleGit = "2.2.1"
5656
dependencyVersions = "0.52.0"
5757
plugin-publish = "1.3.0"

0 commit comments

Comments
 (0)