Skip to content

Commit

Permalink
Merge pull request #108 from soil-kt/release/1.0.0-alpha06
Browse files Browse the repository at this point in the history
Release 1.0.0-alpha06
  • Loading branch information
ogaclejapan authored Oct 13, 2024
2 parents 5f12d00 + 459ed05 commit c3ddc6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Soil is available on `mavenCentral()`.

```kts
dependencies {
val soil = "1.0.0-alpha05"
val soil = "1.0.0-alpha06"

// Query
implementation("com.soil-kt.soil:query-core:$soil")
// Query utilities for Compose
implementation("com.soil-kt.soil:query-compose:$soil")
// optional - helpers for Compose
implementation("com.soil-kt.soil:query-compose-runtime:$soil")
// optional - receivers for Ktor (3.0.0-beta-2)
// optional - receivers for Ktor (3.x)
implementation("com.soil-kt.soil:query-receivers-ktor:$soil")
// optional - Test helpers
testImplementation("com.soil-kt.soil:query-test:$soil")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin.mpp.stability.nowarn=true
development=true
#Product
group=com.soil-kt.soil
version=1.0.0-alpha05
version=1.0.0-alpha06
androidCompileSdk=34
androidTargetSdk=34
androidMinSdk=23
Expand Down

0 comments on commit c3ddc6a

Please sign in to comment.