Skip to content

Commit

Permalink
try out io.github.eerohele/pp
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Oct 6, 2023
1 parent 10d73f9 commit ab471c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
:sign-releases? false
:repository "clojars"}

:deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
io.github.eerohele/pp {:git/tag "2023-10-05.5", :git/sha "7059eec"}}

:aliases
{:project {:deps {io.github.exoscale/tools.project {:git/sha "5f24196ebea4dc6e601d201d97b463ea26923c7e"}}
Expand Down
3 changes: 2 additions & 1 deletion src/exoscale/lingo/highlight.cljc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns exoscale.lingo.highlight
(:require [clojure.pprint :as pp]
(:require #?(:cljs [clojure.pprint :as pp]
:clj [clojure.pprint :as pp])
[clojure.string :as str]
[exoscale.lingo.utils :as u]))

Expand Down

0 comments on commit ab471c0

Please # to comment.