Skip to content

Commit

Permalink
latest hiccup with auto-escaping ns
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Feb 16, 2024
1 parent 9658210 commit ccfb321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
tailrecursion/cljs-priority-map {:mvn/version "1.2.1"
:exclusions [org.clojure/clojure
org.clojure/clojurescript]}
hiccup/hiccup {:mvn/version "1.0.5"}
hiccup/hiccup {:mvn/version "2.0.0-RC3"}
hiccups/hiccups {:mvn/version "0.3.0"}}
:aliases
{:test-cljs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns com.yetanalytics.lrs.pedestal.routes.statements.html
(:require #?@(:clj [[hiccup.core :as html]
(:require #?@(:clj [[hiccup2.core :as html]
[clojure.java.io :as io]]
:cljs [[hiccups.runtime :as hic]
[goog.string :refer [format]]
Expand Down

0 comments on commit ccfb321

Please sign in to comment.