Skip to content

Commit 58cd727

Browse files
committed
Update example dependencies
1 parent efe353d commit 58cd727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ modules: logging and web.
559559
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
560560
org.duct-framework/main {:mvn/version "0.1.5"}
561561
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"}}
563563
:aliases {:duct {:main-opts ["-m" "duct.main"]}}}
564564
----
565565

@@ -800,7 +800,7 @@ Our project dependencies should now look like this:
800800
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
801801
org.duct-framework/main {:mvn/version "0.1.5"}
802802
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"}
804804
org.duct-framework/module.sql {:mvn/version "0.7.1"}
805805
org.xerial/sqlite-jdbc {:mvn/version "3.47.0.0"}
806806
com.github.seancorfield/next.jdbc {:mvn/version "1.3.955"}}

0 commit comments

Comments
 (0)