Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
transducer committed Jun 29, 2020
1 parent e2ad938 commit 417f856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,12 +1,12 @@
(defproject nl.mediquest/logback.masking-pattern-layouts "1.0.5"
(defproject nl.mediquest/logback.masking-pattern-layouts "1.0.6"
:description "Logback appenders for scrubbing sensitive data from logs"
:url "https://github.com/mediquest-nl/logback-masking-pattern-layouts"
:license {:name "The MIT License"}
:aot [nl.mediquest.logback.masking-pattern-layout
nl.mediquest.logback.stackdriver-masking-pattern-layout]
:dependencies [[org.clojure/clojure "1.10.1"]
[cheshire "5.10.0"]
[ch.qos.logback/logback-classic "1.2.3" :exclusions [org.slf4j/slf4j-api]] ]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.10.0"]]}}
[ch.qos.logback/logback-classic "1.2.3" :exclusions [org.slf4j/slf4j-api]]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.10.1"]]}}
:test-selectors {:unit (complement :integration)
:integration :integration})

0 comments on commit 417f856

Please sign in to comment.