Skip to content

Commit

Permalink
Upgrade jsonista to 0.3.0 (zero-one-group#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-khong authored Dec 28, 2020
1 parent e40786e commit d0c77f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[camel-snake-kebab "0.4.2"]
[expound "0.8.7"]
[metosin/jsonista "0.2.7"
[metosin/jsonista "0.3.0"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[com.taoensso/nippy "3.1.1"]
[nrepl "0.8.3"]
Expand Down
2 changes: 1 addition & 1 deletion docker/spark-project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[org.postgresql/postgresql "42.2.18"]
[org.xerial/sqlite-jdbc "3.34.0"]
; EDN
[metosin/jsonista "0.2.7"]
[metosin/jsonista "0.3.0"]
;; Optional: Dataproc
[org.apache.spark/spark-yarn_2.12 "3.0.1"]
;; Optional: Spark XGBoost
Expand Down
2 changes: 1 addition & 1 deletion lein-template/resources/leiningen/new/geni/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
[zero.one/geni "0.0.37"]
[metosin/jsonista "0.2.7"]
[metosin/jsonista "0.3.0"]
[expound "0.8.7"]
;; Spark
[org.apache.spark/spark-core_2.12 "3.0.1"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[camel-snake-kebab "0.4.2"]
[expound "0.8.7"]
[metosin/jsonista "0.2.7"
[metosin/jsonista "0.3.0"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[com.taoensso/nippy "3.1.1"]
[nrepl "0.8.3"]
Expand Down

0 comments on commit d0c77f4

Please sign in to comment.