Skip to content

Commit

Permalink
Release alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed Jan 14, 2024
1 parent 4af8f28 commit 411c8fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ xcodeproj=./ios

# POM file
GROUP=ai.wandering.scoop
VERSION_NAME=1.0.0-alpha01
VERSION_NAME=1.0.0-alpha02
POM_PACKAGING=pom
POM_DESCRIPTION=Scoop's Kotlin SDK

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin = "1.9.21"
ktor = "2.3.7"
ksp = "1.9.21-1.0.15"
pbandk-runtime = "0.14.2"
scoop = "1.0.0"
scoop = "1.0.0-alpha02"
serialization = "1.5.1"
maven-publish-plugin = "0.23.2"

Expand Down
6 changes: 3 additions & 3 deletions v1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation(libs.serialization.core)
implementation(libs.serialization.json)
api(libs.serialization.core)
api(libs.serialization.json)
api(libs.coroutines.core)
api(libs.ktor.core)
api(libs.ktor.serialization.json)
api(libs.ktor.serialization)
api(libs.ktor.negotiation)
implementation(libs.pbandk.runtime)
api(libs.pbandk.runtime)
}
}
}
Expand Down

0 comments on commit 411c8fb

Please sign in to comment.