File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
wizard-api/src/main/kotlin/io/github/theapache64/retrosheet Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555 implementation(" io.ktor:ktor-serialization-kotlinx-json:3.1.1" )
5656
5757 // Retrosheet v3
58- implementation(" io.github.theapache64:retrosheet:3.0.0 " ) // Note the new artifact coordinates
58+ implementation(" io.github.theapache64:retrosheet:3.0.1 " ) // Note the new artifact coordinates
5959
6060 // You may need SLF4J No-op implementation
6161 implementation(" org.slf4j:slf4j-nop:2.0.7" )
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ dependencies {
204204 implementation(" io.ktor:ktor-client-content-negotiation:3.1.3" )
205205 implementation(" io.ktor:ktor-serialization-kotlinx-json:3.1.3" )
206206 implementation(" de.jensklingenberg.ktorfit:ktorfit-lib:2.5.1" )
207- implementation(" io.github.theapache64:retrosheet:3.0.0 " )
207+ implementation(" io.github.theapache64:retrosheet:3.0.1 " )
208208 testImplementation(kotlin(" test" ))
209209}
210210.. .
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
2121
2222GROUP =io.github.theapache64
2323POM_ARTIFACT_ID =retrosheet
24- VERSION_NAME =3.0.0
24+ VERSION_NAME =3.0.1
2525
2626POM_NAME =Retrosheet
2727POM_DESCRIPTION =A Kotlin Multiplatform library to turn Google Spreadsheet to JSON endpoint
Original file line number Diff line number Diff line change 220220 implementation("de.jensklingenberg.ktorfit:ktorfit-lib:2.5.1")
221221
222222 // Retrosheet
223- implementation("io.github.theapache64:retrosheet:3.0.0 ")
223+ implementation("io.github.theapache64:retrosheet:3.0.1 ")
224224
225225 ...
226226 }
You can’t perform that action at this time.
0 commit comments