Skip to content

Commit

Permalink
Merge pull request #60 from qiaoyuang/main
Browse files Browse the repository at this point in the history
Fix the docs
  • Loading branch information
qiaoyuang authored Nov 8, 2023
2 parents d85c713 + 81733bd commit 3a7acf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sqllin-dsl/doc/getting-start-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ kotlin {

// The sqllin-dsl serialization and deserialization depends on kotlinx-serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1")

// Since 1.2.2, sqllin-dsl depends on kotlinx.coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
}
}
// ......
Expand Down
3 changes: 3 additions & 0 deletions sqllin-dsl/doc/getting-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ kotlin {

// The sqllin-dsl serialization and deserialization depends on kotlinx-serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1")

// Since 1.2.2, sqllin-dsl depends on kotlinx.coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
}
}
// ......
Expand Down

0 comments on commit 3a7acf8

Please sign in to comment.