From c197a2267328f073bbcaeb9d75b80f45c5dae844 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Sat, 20 Apr 2019 15:03:40 +0300 Subject: [PATCH] readme: update shards versions in Installation section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5d8b3a..baf9c4f 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ You'd also need to add a database dependency conforming to the [crystal-db](http dependencies: onyx: github: onyxframework/onyx - version: ~> 0.3.0 + version: ~> 0.4.0 onyx-sql: github: onyxframework/sql - version: ~> 0.7.0 + version: ~> 0.8.0 + pg: + github: will/crystal-pg -+ version: ~> 0.15.0 ++ version: ~> 0.16.0 ``` ## Usage 💻