Skip to content

Commit

Permalink
Update dependency speclj:speclj to v3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
valtionavustus-renovate[bot] committed May 24, 2024
1 parent 4fa41d9 commit 4e51d8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
[com.fasterxml.jackson.dataformat/jackson-dataformat-smile ~jackson-version]

;; testing
[speclj "3.4.3"]
[speclj "3.4.7"]
[speclj-junit "0.0.11"]

;; other
Expand Down Expand Up @@ -166,7 +166,7 @@
:environment "test"}
:test-paths ["server/spec"]
:resource-paths ["server/test-resources"]
:plugins [[speclj "3.4.3"]]
:plugins [[speclj "3.4.7"]]
:dependencies [[speclj]
[speclj-junit]]}

Expand All @@ -175,7 +175,7 @@
:environment "test"}
:test-paths ["server/spec"]
:resource-paths ["server/test-resources"]
:plugins [[speclj "3.4.3"]]
:plugins [[speclj "3.4.7"]]
:dependencies [[speclj]
[speclj-junit]]}}

Expand Down

0 comments on commit 4e51d8a

Please sign in to comment.