Skip to content

Commit

Permalink
Merge pull request #169 from nubank/bump-midje-1.10.9
Browse files Browse the repository at this point in the history
Bump midje to 1.10.9
  • Loading branch information
ivangalbans authored Nov 28, 2022
2 parents bee838f + e72422c commit 917e704
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [5.14.4]
- Bump midje to 1.10.9

## [5.14.3]
- Bump midje to 1.10.7

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nubank/state-flow "5.14.3"
(defproject nubank/state-flow "5.14.4"
:description "Integration testing with composable flows"
:url "https://github.com/nubank/state-flow"
:license {:name "MIT"}
Expand Down Expand Up @@ -34,7 +34,7 @@
:dev {:source-paths ["dev"]
:dependencies [[ns-tracker "0.4.0"]
[org.clojure/tools.namespace "1.2.0"]
[midje "1.10.7"]
[midje "1.10.9"]
[org.clojure/java.classpath "1.0.0"]
[rewrite-clj "0.6.1"]]}}

Expand Down

0 comments on commit 917e704

Please sign in to comment.