File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Changed
11
11
- TLOG-28 - Moved slf4j test deps to 2.0.6
12
+ - Bumped Clojure dep to 1.10.3
12
13
13
14
## [ 1.2.4] - 2022-01-04
14
15
Original file line number Diff line number Diff line change 23
23
<tag >HEAD</tag >
24
24
</scm >
25
25
26
+ <properties >
27
+ <clojure .version>1.10.3</clojure .version>
28
+ </properties >
29
+
26
30
<dependencies >
27
31
<dependency >
28
32
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 8
8
:dependencies [[org.clojure/clojure " 1.3.0" ]]
9
9
:aliases {" cloverage" [" with-profile" " dev,cloverage" " cloverage" " --fail-threshold" " 100" ]}
10
10
:profiles {:cloverage {:plugins [[lein-cloverage " 1.0.9" ]]}
11
- :dev {:dependencies [[org.clojure/clojure " 1.8.0 " ]
11
+ :dev {:dependencies [[org.clojure/clojure " 1.10.3 " ]
12
12
[org.clojure/test.check " 1.1.1" ]
13
13
[org.slf4j/slf4j-api " 1.7.32" ]
14
14
[org.slf4j/slf4j-log4j12 " 1.7.32" ]
You can’t perform that action at this time.
0 commit comments