Skip to content

Commit 3e5a2f9

Browse files
committed
update the project
1 parent 12db716 commit 3e5a2f9

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

profiles.clj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
{:dev {:plugins [[lein-ancient "0.6.15"]]
2-
:deploy-repositories [["private-jars" "http://10.10.3.4:9180/repo"]]}
3-
:provided {:dependencies [[org.clojure/clojure "1.9.0"]]}
4-
:uberjar {:aot :all :jvm-opts #=(eval
5-
(concat ["-Xmx1G"]
6-
(let [version (System/getProperty "java.version")
7-
[major _ _] (clojure.string/split version #"\.")]
8-
(if (>= (Integer. major) 9)
9-
["--add-modules" "java.xml.bind"]
10-
[]))))}}
1+
{:dev {:plugins [[lein-ancient "0.6.15"]]}
2+
:provided {:dependencies [[org.clojure/clojure "1.10.1"]]}
3+
:uberjar {:aot :all :jvm-opts ["-Xmx1G"]}}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[cheshire "5.10.0"]
7-
[http-kit "2.3.0"]
7+
[http-kit "2.5.0"]
88
[clj-time "0.15.2"]])

resources/sentry-tiny.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.9
1+
0.1.10

0 commit comments

Comments
 (0)