Skip to content

Commit

Permalink
Update dependency speclj:speclj to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valtionavustus-renovate[bot] committed Jan 10, 2025
1 parent 890182e commit 0ae56c8
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 @@ -68,7 +68,7 @@
[com.fasterxml.jackson.dataformat/jackson-dataformat-smile ~jackson-version]

;; testing
[speclj "3.5.0" :exclusions [org.clojure/tools.reader org.clojure/java.classpath]]
[speclj "3.6.0" :exclusions [org.clojure/tools.reader org.clojure/java.classpath]]
[speclj-junit "0.0.11"]

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

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

Expand Down

0 comments on commit 0ae56c8

Please sign in to comment.