Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Jun 2, 2020
1 parent 00dfb2f commit c736a98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nitter.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ bin = @["nitter"]
requires "nim >= 0.19.9"
requires "norm#head"
requires "jester#head"
requires "regex >= 0.11.2"
requires "regex == 0.13.1"
requires "q >= 0.0.7"
requires "nimcrypto >= 0.3.9"
requires "karax#f6bda9a"
requires "nimcrypto >= 0.4.11"
requires "karax >= 1.1.2"
requires "sass"
requires "markdown"
requires "markdown#head"


# Tasks
Expand Down

0 comments on commit c736a98

Please sign in to comment.