aboutsummaryrefslogtreecommitdiff
path: root/testiere.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2025-02-19 06:05:50 -0800
committercolin <colin@cicadas.surf>2025-02-19 06:05:50 -0800
commit68efcc3f9280944d9168253e0586113cbd8d24c4 (patch)
tree1011f50b1dae3be11494240ae2355b85315fd4b0 /testiere.asd
parent6e03beca8b660a3266e59720ef4df50cde05b03f (diff)
Removed trivia dependencyHEADmain
Diffstat (limited to 'testiere.asd')
-rw-r--r--testiere.asd6
1 files changed, 3 insertions, 3 deletions
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 <colin@cicadas.surf>"
+ :author "Colin <colin@cicadas.surf>"
: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")))
+