Skip to content

Commit

Permalink
Version bump v0.0.27 (#205)
Browse files Browse the repository at this point in the history
* Version bump to v0.0.27

* Missed dep in fxl

* Added expound to dep
  • Loading branch information
anthony-khong committed Sep 17, 2020
1 parent 153d0eb commit 95a6e90
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[ml.dmlc/xgboost4j-spark_2.12 "1.0.0"]
[ml.dmlc/xgboost4j_2.12 "1.0.0"]])

(defproject zero.one/geni "0.0.26"
(defproject zero.one/geni "0.0.27"
:jvm-opts ["-Duser.country=US" "-Duser.language=en"]
:description "A Clojure dataframe library that runs on Spark"
:url "https://github.com/zero-one-group/geni"
Expand Down
2 changes: 1 addition & 1 deletion lein-template/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject geni/lein-template "0.0.26"
(defproject geni/lein-template "0.0.27"
:description "Leiningen template for a Geni application."
:url "https://github.com/zero-one-group/geni/tree/develop/lein-template"
:license {:name "Apache License"
Expand Down
6 changes: 2 additions & 4 deletions lein-template/resources/leiningen/new/geni/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
[zero.one/geni "0.0.26"]
;; Newer Dependencies
[metosin/jsonista "0.2.7"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[zero.one/geni "0.0.27"]
[expound "0.8.5"]
;; Spark
[org.apache.spark/spark-core_2.12 "3.0.1"]
[org.apache.spark/spark-hive_2.12 "3.0.1"]
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
[ml.dmlc/xgboost4j-spark_2.12 "1.0.0"]
[ml.dmlc/xgboost4j_2.12 "1.0.0"]])

(defproject zero.one/geni "0.0.26"
(defproject zero.one/geni "0.0.27"
:jvm-opts ["-Duser.country=US" "-Duser.language=en"]
:description "A Clojure dataframe library that runs on Spark"
:url "https://github.com/zero-one-group/geni"
:license {:name "Apache License"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[camel-snake-kebab "0.4.1"]
[expound "0.8.5"]
[metosin/jsonista "0.2.7"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[nrepl "0.8.2"]
Expand All @@ -35,8 +36,7 @@
:profiles
{:provided {:dependencies ~spark-deps}
:uberjar {:aot :all :dependencies ~spark-deps}
:dev {:dependencies [[expound "0.8.5"]
[midje "1.9.9"]]
:dev {:dependencies [[midje "1.9.9"]]
:plugins [[lein-ancient "0.6.15"]
[lein-cloverage "1.2.0"]
[lein-midje "3.2.2"]]
Expand Down
2 changes: 1 addition & 1 deletion resources/GENI_REPL_RELEASED_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.26
0.0.27

0 comments on commit 95a6e90

Please sign in to comment.