File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ modules: logging and web.
559
559
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
560
560
org.duct-framework/main {:mvn/version "0.1.5"}
561
561
org.duct-framework/module.logging {:mvn/version "0.6.5"}
562
- org.duct-framework/module.web {:mvn/version "0.11.1 "}}
562
+ org.duct-framework/module.web {:mvn/version "0.12.0 "}}
563
563
:aliases {:duct {:main-opts ["-m" "duct.main"]}}}
564
564
----
565
565
@@ -800,7 +800,7 @@ Our project dependencies should now look like this:
800
800
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
801
801
org.duct-framework/main {:mvn/version "0.1.5"}
802
802
org.duct-framework/module.logging {:mvn/version "0.6.5"}
803
- org.duct-framework/module.web {:mvn/version "0.11.1 "}
803
+ org.duct-framework/module.web {:mvn/version "0.12.0 "}
804
804
org.duct-framework/module.sql {:mvn/version "0.7.1"}
805
805
org.xerial/sqlite-jdbc {:mvn/version "3.47.0.0"}
806
806
com.github.seancorfield/next.jdbc {:mvn/version "1.3.955"}}
You can’t perform that action at this time.
0 commit comments