From 68efcc3f9280944d9168253e0586113cbd8d24c4 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 19 Feb 2025 06:05:50 -0800 Subject: Removed trivia dependency --- testiere.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testiere.asd') diff --git a/testiere.asd b/testiere.asd index 3703823..f3748c3 100644 --- a/testiere.asd +++ b/testiere.asd @@ -2,12 +2,12 @@ (asdf:defsystem #:testiere :description "TDD system for Common Lisp" - :author "Colin OKeefe " + :author "Colin " :license "GPLv3" - :version "1.3.0" - :depends-on (:trivia) + :version "1.3.1" :pathname "src/" :serial t :components ((:file "package") (:file "testiere") (:file "standard-hooks"))) + -- cgit v1.2.3