File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
1111
1212[source,clojure]
1313----
14- [net.tbt-post/sentry-tiny "0.1.7 "]
14+ [net.tbt-post/sentry-tiny "0.1.8 "]
1515----
1616
1717and just use it to catch your exception:
@@ -52,7 +52,7 @@ $ lein install
5252
5353== License
5454
55- Copyright © 2017-2018
55+ Copyright © 2017-2019
5656
57- Distributed under the http://www.apache.org/licenses/LICENSE-2.0[Apache License v 2.0]
57+ Distributed under the Eclipse Public License.
5858
Original file line number Diff line number Diff line change 1- resources/VERSION
1+ resources/sentry-tiny. VERSION
Original file line number Diff line number Diff line change 33 :url " https://github.com/source-c/sentry-tiny"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
6- :dependencies [[cheshire " 5.8 .0" ]
7- [http-kit " 2.2 .0" ]
8- [clj-time " 0.14.2 " ]])
6+ :dependencies [[cheshire " 5.9 .0" ]
7+ [http-kit " 2.3 .0" ]
8+ [clj-time " 0.15.1 " ]])
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ 0.1.8
Original file line number Diff line number Diff line change 2323 :const true
2424 :static true }
2525 lib-version
26- (or (some-> " VERSION" io/resource slurp str/trim)
26+ (or (some-> " sentry-tiny. VERSION" io/resource slurp str/trim)
2727 " x.y.z-devel" ))
2828
2929(defonce ^{:private true
You can’t perform that action at this time.
0 commit comments