Skip to content

Commit

Permalink
New random-state (v. 1.0.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Apr 3, 2023
1 parent 5d0c6e6 commit 4ceb483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shop3/shop3.asd
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ minimal affected subtree."
(defsystem :shop3/theorem-prover
:serial t
:pathname "theorem-prover/"
:depends-on ("shop3/common" "shop3/unifier" "random-state")
:depends-on ("shop3/common" "shop3/unifier" (:version "random-state" "1.0.1"))
:version (:read-file-form "shop-version.lisp-expr")
:components ((:file "package-thpr")
(:file "decls")
Expand Down

0 comments on commit 4ceb483

Please sign in to comment.