Skip to content

Commit

Permalink
Update get-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct authored Mar 20, 2022
1 parent 23835d0 commit fae895d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/kimmer-sql/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
b. Add this section into **dependencies{}**

```
implementation("org.babyfish.kimmer:kimmer-sql:0.2.3")
ksp("org.babyfish.kimmer:kimmer-ksp:0.2.3")
implementation("org.babyfish.kimmer:kimmer-sql:0.2.9")
ksp("org.babyfish.kimmer:kimmer-ksp:0.2.9")
runtimeOnly("com.h2database:h2:2.1.210")
```

Expand Down

0 comments on commit fae895d

Please sign in to comment.