diff --git a/typed-racket-lib/info.rkt b/typed-racket-lib/info.rkt index 5b87bf80..8fe5dfb2 100644 --- a/typed-racket-lib/info.rkt +++ b/typed-racket-lib/info.rkt @@ -2,7 +2,7 @@ (define collection 'multi) -(define deps '(("base" #:version "6.2.900.6") +(define deps '(("base" #:version "6.2.900.16") "pconvert-lib" "source-syntax" "compatibility-lib" ;; to assign types diff --git a/typed-racket-test/info.rkt b/typed-racket-test/info.rkt index 149cc918..a67b1f23 100644 --- a/typed-racket-test/info.rkt +++ b/typed-racket-test/info.rkt @@ -3,7 +3,7 @@ (define collection 'use-pkg-name) (define deps '("redex-lib" "sandbox-lib" - ("base" #:version "6.2.900.6") + ("base" #:version "6.2.900.16") "typed-racket-lib" "typed-racket-more" "typed-racket-compatibility"