Skip to content

Commit 922c17e

Browse files
committed
Update retrosheet version to 3.0.0
1 parent 8af58f7 commit 922c17e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
...

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
2222

2323
GROUP=io.github.theapache64
2424
POM_ARTIFACT_ID=retrosheet
25-
VERSION_NAME=3.0.0-alpha02
25+
VERSION_NAME=3.0.0
2626

2727
POM_NAME=Retrosheet
2828
POM_DESCRIPTION=A Kotlin Multiplatform library to turn Google Spreadsheet to JSON endpoint

wizard-api/src/main/kotlin/io/github/theapache64/retrosheet/Routing.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ ${
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
}

0 commit comments

Comments
 (0)