diff --git a/project.clj b/project.clj index 6711260..420d09a 100644 --- a/project.clj +++ b/project.clj @@ -25,7 +25,7 @@ :clean-targets ^{:protect false} ["target" "test/resources/.compiled"] - :plugins [[lein-cljsbuild "1.1.5"] + :plugins [[lein-cljsbuild "1.1.6"] [lein-shell "0.5.0"] [lein-figwheel "0.5.14"]] diff --git a/src/lib/oops/defaults.clj b/src/lib/oops/defaults.clj index b1d9889..d99f4ba 100644 --- a/src/lib/oops/defaults.clj +++ b/src/lib/oops/defaults.clj @@ -51,6 +51,7 @@ ; please note that we want this code to be co-located with default config for easier maintenance ; but formally we want config spec to reside in oops.config namespace +(create-ns 'oops.config) (alias 'config 'oops.config) ; -- config helpers ---------------------------------------------------------------------------------------------------------