Skip to content

Commit

Permalink
Merge pull request #159 from MicahElliott/upgrade-clj-1.10
Browse files Browse the repository at this point in the history
Upgrade clojure to 1.10.1
  • Loading branch information
Andy Chambers authored Jul 3, 2019
2 parents 1af55f5 + d3596bb commit edf506b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[org.apache.kafka/kafka-streams "2.2.0"]
[org.apache.kafka/kafka_2.11 "2.2.0"]
[org.apache.kafka/kafka-streams-test-utils "2.2.0"]
[org.clojure/clojure "1.9.0" :scope "provided"]
[org.clojure/clojure "1.10.1" :scope "provided"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.logging "0.4.1"]
[org.clojure/core.cache "0.7.2"]]
Expand Down Expand Up @@ -67,7 +67,7 @@
["dev"]

:injections [(require 'io.aviso.logging.setup)]
:dependencies [[io.aviso/logging "0.3.1"]
:dependencies [[io.aviso/logging "0.3.2"]
[org.apache.kafka/kafka-streams-test-utils "2.2.0"]
[org.apache.kafka/kafka-clients "2.2.0" :classifier "test"]
[org.clojure/test.check "0.9.0"]]}
Expand Down

0 comments on commit edf506b

Please sign in to comment.