Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ogaclejapan committed Oct 13, 2024
1 parent 817978f commit 459ed05
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 459ed05

Please sign in to comment.