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-alpha01 " ) // Note the new artifact coordinates
58+ implementation(" io.github.theapache64:retrosheet:3.0.0" ) // 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 @@ -145,7 +145,7 @@ dependencies {
145145 implementation(" io.ktor:ktor-client-content-negotiation:3.1.3" )
146146 implementation(" io.ktor:ktor-serialization-kotlinx-json:3.1.3" )
147147 implementation(" de.jensklingenberg.ktorfit:ktorfit-lib:2.5.1" )
148- implementation(" io.github.theapache64:retrosheet:3.0.0-alpha02 " )
148+ implementation(" io.github.theapache64:retrosheet:3.0.0" )
149149 testImplementation(kotlin(" test" ))
150150}
151151.. .
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
2222
2323GROUP =io.github.theapache64
2424POM_ARTIFACT_ID =retrosheet
25- VERSION_NAME =3.0.0-alpha02
25+ VERSION_NAME =3.0.0
2626
2727POM_NAME =Retrosheet
2828POM_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-alpha02 ")
223+ implementation("io.github.theapache64:retrosheet:3.0.0")
224224
225225 ...
226226 }
You can’t perform that action at this time.
0 commit comments