Skip to content

Commit 360855f

Browse files
committed
Update example dependencies
1 parent 3b5da24 commit 360855f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ We'll first add the new dependency:
246246
[,clojure]
247247
----
248248
{:deps {org.clojure/clojure {:mvn/version "1.12.1"}
249-
org.duct-framework/main {:mvn/version "0.1.8"}
249+
org.duct-framework/main {:mvn/version "0.1.10"}
250250
org.duct-framework/module.logging {:mvn/version "0.6.5"}}
251251
:aliases {:duct {:main-opts ["-m" "duct.main"]}}}
252252
----
@@ -908,12 +908,12 @@ Our project dependencies should now look like this:
908908
[,clojure]
909909
----
910910
{:deps {org.clojure/clojure {:mvn/version "1.12.1"}
911-
org.duct-framework/main {:mvn/version "0.1.8"}
911+
org.duct-framework/main {:mvn/version "0.1.10"}
912912
org.duct-framework/module.logging {:mvn/version "0.6.5"}
913913
org.duct-framework/module.web {:mvn/version "0.12.9"}
914914
org.duct-framework/module.sql {:mvn/version "0.8.0"}
915-
org.xerial/sqlite-jdbc {:mvn/version "3.50.1.0"}
916-
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}}
915+
org.xerial/sqlite-jdbc {:mvn/version "3.50.3.0"}
916+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1048"}}
917917
:aliases {:duct {:main-opts ["-m" "duct.main"]}}}
918918
----
919919

@@ -1231,13 +1231,13 @@ ClojureScript. As always we begin with our dependencies, and add the
12311231
[,clojure]
12321232
----
12331233
{:deps {org.clojure/clojure {:mvn/version "1.12.1"}
1234-
org.duct-framework/main {:mvn/version "0.1.8"}
1235-
org.duct-framework/module.cljs {:mvn/version "0.5.0"}
1234+
org.duct-framework/main {:mvn/version "0.1.10"}
1235+
org.duct-framework/module.cljs {:mvn/version "0.5.1"}
12361236
org.duct-framework/module.logging {:mvn/version "0.6.5"}
12371237
org.duct-framework/module.web {:mvn/version "0.12.9"}
12381238
org.duct-framework/module.sql {:mvn/version "0.8.0"}
1239-
org.xerial/sqlite-jdbc {:mvn/version "3.50.1.0"}
1240-
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}}
1239+
org.xerial/sqlite-jdbc {:mvn/version "3.50.3.0"}
1240+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1048"}}
12411241
:aliases {:duct {:main-opts ["-m" "duct.main"]}}}
12421242
----
12431243

@@ -1434,14 +1434,14 @@ This requires us to once again update the project dependencies:
14341434
[,clojure]
14351435
----
14361436
{:deps {org.clojure/clojure {:mvn/version "1.12.1"}
1437-
org.duct-framework/main {:mvn/version "0.1.8"}
1438-
org.duct-framework/module.cljs {:mvn/version "0.5.0"}
1437+
org.duct-framework/main {:mvn/version "0.1.10"}
1438+
org.duct-framework/module.cljs {:mvn/version "0.5.1"}
14391439
org.duct-framework/module.logging {:mvn/version "0.6.5"}
14401440
org.duct-framework/module.web {:mvn/version "0.12.9"}
14411441
org.duct-framework/module.sql {:mvn/version "0.8.0"}
1442-
org.xerial/sqlite-jdbc {:mvn/version "3.50.1.0"}
1443-
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}
1444-
no.cjohansen/replicant {:mvn/version "2025.03.27"}
1442+
org.xerial/sqlite-jdbc {:mvn/version "3.50.3.0"}
1443+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1048"}
1444+
no.cjohansen/replicant {:mvn/version "2025.06.21"}
14451445
cljs-http/cljs-http {:mvn/version "0.1.48"}}
14461446
:aliases {:duct {:main-opts ["-m" "duct.main"]}}}
14471447
----

0 commit comments

Comments
 (0)