Skip to content

Commit

Permalink
v0.6.23: test with Clojure 1.9 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Oct 26, 2017
1 parent 42a7262 commit 4ed81a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).


## [0.6.23] - 2017-10-26
### Changed
- test with Clojure 1.9 beta 3

## [0.6.22] - 2017-10-24
### Changed
- expound messages on firehose
Expand Down
6 changes: 3 additions & 3 deletions project.clj
@@ -1,4 +1,4 @@
(defproject matthiasn/systems-toolbox "0.6.22"
(defproject matthiasn/systems-toolbox "0.6.23"
:description "Toolbox for building Systems in Clojure"
:url "https://github.com/matthiasn/systems-toolbox"
:license {:name "Eclipse Public License"
Expand All @@ -18,7 +18,7 @@
[test2junit "1.3.3"]
[lein-doo "0.1.8"]
[lein-cloverage "1.0.9"]
[lein-ancient "0.6.12"]
[lein-ancient "0.6.14"]
[com.jakemccrary/lein-test-refresh "0.21.1"]
[lein-cljsbuild "1.1.7"]]

Expand All @@ -33,7 +33,7 @@
:test-paths ["test"]
;:test-paths ["dev-resources" "test" "perf"]

:profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0-beta1"]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0-beta3"]
[org.clojure/clojurescript "1.9.946"]
[org.clojure/tools.logging "0.4.0"]
[ch.qos.logback/logback-classic "1.2.3"]]
Expand Down

0 comments on commit 4ed81a0

Please sign in to comment.