Skip to content

Commit

Permalink
Update CI/deps (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored and drujensen committed Jan 22, 2020
1 parent 55f11af commit 505a779
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:0.31.1
FROM crystallang/crystal:0.32.1

ARG sqlite_version=3110000
ARG sqlite_version_year=2016
Expand Down
12 changes: 6 additions & 6 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ license: MIT
dependencies:
db:
github: crystal-lang/crystal-db
version: ~> 0.7.0
version: ~> 0.8.0

development_dependencies:
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.9.0
version: ~> 0.10.0

sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.14.0
version: ~> 0.15.0

pg:
github: will/crystal-pg
version: ~> 0.19.0
version: ~> 0.20.0

ameba:
github: veelenga/ameba
version: ~> 0.10.0
github: crystal-ameba/ameba
version: ~> 0.11.0

0 comments on commit 505a779

Please sign in to comment.