Skip to content

Commit

Permalink
depend on racket version 6.4
Browse files Browse the repository at this point in the history
since racket versions before that can’t have scribble-lib version 1.16
  • Loading branch information
AlexKnauth committed Jun 26, 2019
1 parent 260bcf4 commit d34bc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
(define scribblings
'(("main.scrbl" () (library) "fancy-app")))

(define deps '("base"))
(define deps
'(["base" #:version "6.4"]))

(define build-deps
'("rackunit-lib"
Expand Down

0 comments on commit d34bc95

Please sign in to comment.