Skip to content

Commit

Permalink
Bump pp to v2023-11-25.47 (#11)
Browse files Browse the repository at this point in the history
v2023-11-25.47 supports ClojureScript.

Both Clojure and ClojureScript tests pass on my machine after this
change.
  • Loading branch information
eerohele authored Nov 30, 2023
1 parent efed731 commit e211c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:repository "clojars"}

:deps {org.clojure/clojure {:mvn/version "1.11.1"}
me.flowthing/pp {:mvn/version "2023-10-05.5"}}
me.flowthing/pp {:mvn/version "2023-11-25.47"}}

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

Expand Down

0 comments on commit e211c7e

Please # to comment.