summaryrefslogtreecommitdiffstats
path: root/shard.yml
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2022-04-14 17:59:22 +0200
committerGitHub <noreply@github.com>2022-04-14 17:59:22 +0200
commit0e6f7a4dc1ef1411f323a515fad96b839b6b7057 (patch)
treedbf6344ff4edadb2cf8b6a31683f08a21cc9f10f /shard.yml
parentfabbecf4c2d9243677e67ebc26bf47919acf240d (diff)
downloadinvidious-0e6f7a4dc1ef1411f323a515fad96b839b6b7057.tar.gz
invidious-0e6f7a4dc1ef1411f323a515fad96b839b6b7057.tar.bz2
invidious-0e6f7a4dc1ef1411f323a515fad96b839b6b7057.zip
Revert "Bump dependencies"
Diffstat (limited to 'shard.yml')
-rw-r--r--shard.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/shard.yml b/shard.yml
index 969048a6..bf382ec3 100644
--- a/shard.yml
+++ b/shard.yml
@@ -3,7 +3,7 @@ version: 0.20.1
authors:
- Omar Roth <omarroth@protonmail.com>
- - Invidious team
+ - Invidous team
targets:
invidious:
@@ -12,10 +12,10 @@ targets:
dependencies:
pg:
github: will/crystal-pg
- version: ~> 0.26.0
+ version: ~> 0.24.0
sqlite3:
github: crystal-lang/crystal-sqlite3
- version: ~> 0.19.0
+ version: ~> 0.18.0
kemal:
github: kemalcr/kemal
version: ~> 1.1.0
@@ -32,7 +32,7 @@ dependencies:
development_dependencies:
spectator:
github: icy-arctic-fox/spectator
- version: ~> 0.10.5
+ version: ~> 0.10.4
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.3