Skip to content

Commit 5cfba9d

Browse files
committed
Update retrosheet to version 3.0.1
1 parent 5f46528 commit 5cfba9d

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") // 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")

README.md

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

gradle.properties

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

2222
GROUP=io.github.theapache64
2323
POM_ARTIFACT_ID=retrosheet
24-
VERSION_NAME=3.0.0
24+
VERSION_NAME=3.0.1
2525

2626
POM_NAME=Retrosheet
2727
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")
223+
implementation("io.github.theapache64:retrosheet:3.0.1")
224224
225225
...
226226
}

0 commit comments

Comments
 (0)