Skip to content

Commit c197a22

Browse files
committed
readme: update shards versions in Installation section
1 parent 7ffacba commit c197a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ You'd also need to add a database dependency conforming to the [crystal-db](http
3838
dependencies:
3939
onyx:
4040
github: onyxframework/onyx
41-
version: ~> 0.3.0
41+
version: ~> 0.4.0
4242
onyx-sql:
4343
github: onyxframework/sql
44-
version: ~> 0.7.0
44+
version: ~> 0.8.0
4545
+ pg:
4646
+ github: will/crystal-pg
47-
+ version: ~> 0.15.0
47+
+ version: ~> 0.16.0
4848
```
4949

5050
## Usage 💻

0 commit comments

Comments
 (0)