Skip to content

Commit

Permalink
Merge pull request #15 from rafaeldelboni/bump/libs2
Browse files Browse the repository at this point in the history
bump: libs
  • Loading branch information
rafaeldelboni authored Jul 11, 2023
2 parents d9fb410 + df5b8e4 commit 8c9eaad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ clj -M:migratus create migration-name
```
To execute all pending migrations
```bash
clj -M:migratus migration
clj -M:migratus migrate
```
To rollback the latest migration
```bash
Expand Down
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{:paths ["src" "resources"]

:deps {org.clojure/clojure {:mvn/version "1.11.1"}
com.github.parenthesin/components {:mvn/version "0.1.2"
com.github.parenthesin/components {:mvn/version "0.2.0"
:exclusions [metosin/malli]}
aero/aero {:mvn/version "1.1.6"}
com.github.seancorfield/honeysql {:mvn/version "2.4.1026"}
com.github.seancorfield/honeysql {:mvn/version "2.4.1045"}
metosin/muuntaja {:mvn/version "0.6.8"}
metosin/reitit {:mvn/version "0.6.0"}
metosin/reitit-pedestal {:mvn/version "0.6.0"}
Expand All @@ -13,21 +13,21 @@
org.bouncycastle/bcprov-jdk15on {:mvn/version "1.70"}
org.postgresql/postgresql {:mvn/version "42.6.0"}
prismatic/schema-generators {:mvn/version "0.1.5"}
selmer/selmer {:mvn/version "1.12.58"}}
selmer/selmer {:mvn/version "1.12.59"}}

:aliases
{:test {:extra-paths ["test"]
:extra-deps {org.clojars.bigsy/pg-embedded-clj {:mvn/version "1.0.0"}
lambdaisland/kaocha {:mvn/version "1.82.1306"}
lambdaisland/kaocha {:mvn/version "1.85.1342"}
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}
nubank/matcher-combinators {:mvn/version "3.8.5"}
nubank/state-flow {:mvn/version "5.14.4"}}
:main-opts ["-m" "kaocha.runner"]}

:clojure-lsp {:replace-deps {com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version "2023.04.19-12.43.29"}}
:clojure-lsp {:replace-deps {com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version "2023.07.01-22.35.41"}}
:main-opts ["-m" "clojure-lsp.main"]}

:nrepl {:extra-deps {cider/cider-nrepl {:mvn/version "0.30.0"}}
:nrepl {:extra-deps {cider/cider-nrepl {:mvn/version "0.31.0"}}
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}

:migratus {:main-opts ["-m" "parenthesin.helpers.migrations"]}
Expand Down

0 comments on commit 8c9eaad

Please sign in to comment.