Skip to content

Commit

Permalink
[housekeeping] deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Dec 30, 2024
1 parent be41589 commit 09722f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
; license that can be found in the LICENSE file or at
; https://opensource.org/licenses/MIT.

{:deps {io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.22"}}
{:deps {io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.24"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
metosin/malli {:mvn/version "0.16.4"}}
metosin/malli {:mvn/version "0.17.0"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
:description "A tiny library converting OpenAPI route definitions to Reitit routes."
:license {:name "MIT"
:url "https://opensource.org/licenses/MIT"}
:dependencies [[io.swagger.parser.v3/swagger-parser "2.1.22"]])
:dependencies [[io.swagger.parser.v3/swagger-parser "2.1.24"]])

0 comments on commit 09722f9

Please sign in to comment.