We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d6438 commit ba2e411Copy full SHA for ba2e411
fast-double-parser/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
api rootProject
9
10
// Multi-release jar, 8+ compatible
11
- implementation 'ch.randelshofer:fastdoubleparser:1.0.0'
+ implementation 'ch.randelshofer:fastdoubleparser:1.0.1'
12
13
testImplementation 'org.assertj:assertj-core:3.26.3'
14
testImplementation(platform('org.junit:junit-bom:5.11.0'))
0 commit comments