Skip to content

Commit

Permalink
Support Crystal 0.35.0 (#406)
Browse files Browse the repository at this point in the history
* Support Crystal 0.35.0

* update docker image to 0.35.0
  • Loading branch information
drujensen committed Jun 11, 2020
1 parent 9c30762 commit 310957b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM crystallang/crystal:0.34.0
FROM crystallang/crystal:0.35.0

ARG sqlite_version=3110000
ARG sqlite_version_year=2016
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Expand Up @@ -2,7 +2,7 @@ name: granite

version: 0.21.0

crystal: 0.30.0
crystal: 0.35.0

authors:
- drujensen <drujensen@gmail.com>
Expand All @@ -18,15 +18,15 @@ dependencies:
development_dependencies:
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.11.0
version: ~> 0.11.1

sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.16.0

pg:
github: will/crystal-pg
version: ~> 0.21.0
version: ~> 0.21.1

ameba:
github: crystal-ameba/ameba
Expand Down

0 comments on commit 310957b

Please sign in to comment.