Skip to content

Commit

Permalink
Merge pull request #316 from sabracrolleton/master
Browse files Browse the repository at this point in the history
Fix bug 315
  • Loading branch information
sabracrolleton authored Dec 11, 2022
2 parents 9f1af39 + fe1432b commit 04120b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-date.asd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(uiop:symbol-call :fiveam '#:run! :simple-date)))

(defsystem "simple-date/postgres-glue"
:depends-on ("simple-date" "cl-postgres" "cl-postgres/tests")
:depends-on ("simple-date" "cl-postgres" "s-sql" "cl-postgres/tests")
:components
((:module "simple-date"
:components
Expand Down

0 comments on commit 04120b4

Please sign in to comment.