Skip to content

Commit

Permalink
Bump to Crystal 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 12, 2023
1 parent 88ff7cc commit ad0fe1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: crystallang/crystal:1.8.0
image: crystallang/crystal:1.10.0

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
crystal 1.8.0
crystal 1.10.0
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ucl

version: 0.1.0

crystal: 1.8.0
crystal: 1.10.0

license: MIT

Expand All @@ -12,4 +12,4 @@ authors:
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.4.0
version: ~> 1.5.0

0 comments on commit ad0fe1f

Please sign in to comment.