Skip to content

Commit

Permalink
Add java.util.Date to SCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Asko Nõmm committed May 12, 2022
1 parent 530bb53 commit 408777d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bruno/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@
'format-date format-date}
:namespaces {'clojure.core {'prn prn
'println println}
'clojure.string {'split string/split}}}
:classes {'java.util.Date java.util.Date})
'clojure.string {'split string/split}}
:classes {'java.util.Date java.util.Date}})


(defn build-content-items!
Expand Down

0 comments on commit 408777d

Please sign in to comment.