From 83a5ab8575e6cd8e7e0874aab4e6878b3887eabc Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Fri, 9 Dec 2022 13:05:24 -0600 Subject: Updating clojure/script, hoplon, and related fixing --- boot.properties | 2 +- build.boot | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/boot.properties b/boot.properties index 8e23736..05ae709 100644 --- a/boot.properties +++ b/boot.properties @@ -1,2 +1,2 @@ -BOOT_CLOJURE_VERSION=1.7.0 +BOOT_CLOJURE_VERSION=1.9.0 BOOT_VERSION=2.8.3 diff --git a/build.boot b/build.boot index 11174fe..11f7131 100644 --- a/build.boot +++ b/build.boot @@ -3,15 +3,17 @@ [adzerk/boot-cljs-repl "0.3.3"] [cljsjs/semantic-ui "2.2.4-0"] [com.cemerick/piggieback "0.2.1" :scope "test"] + [com.cognitect/transit-cljs "0.8.280"] [compojure "1.5.1"] - [hoplon/castra "3.0.0-alpha5"] - [hoplon "6.0.0-alpha17"] + [hoplon/castra "3.0.0-alpha7"] + [hoplon "7.2.0"] [javax.xml.bind/jaxb-api "2.3.0"] [net.sf.expectit/expectit-core "0.8.2"] - [org.clojure/clojure "1.7.0"] - [org.clojure/clojurescript "1.7.170"] + [nrepl "0.9.0" :scope "test"] + [org.clojure/clojure "1.9.0"] + [org.clojure/clojurescript "1.9.946"] [org.clojure/tools.nrepl "0.2.12" :scope "test"] - [pandeiro/boot-http "0.7.5"] + [pandeiro/boot-http "0.7.6"] [ring "1.5.0"] [ring/ring-defaults "0.3.0-beta1"] [simpledb "0.1.4"] -- cgit v1.2.3-18-g5258