Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jvia committed Jan 11, 2024
1 parent 661c9cf commit e068c40
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

:dependencies
[[org.clojure/clojure "1.11.1"]
[org.clojure/tools.logging "1.2.4"]
[org.querqy/querqy-core "3.12.0"]]

:repl-options {:init-ns com.nytimes.querqy}
Expand All @@ -34,14 +33,16 @@
:integration :integration}

:profiles
{:dev {:source-paths ["dev"]
:jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=debug"]
:dependencies [[metosin/testit "0.4.1"]
[lambdaisland/kaocha "1.66.1034"]
[org.clojure/test.check "1.1.1"]
[criterium "0.4.6"]
[org.slf4j/slf4j-api "1.7.36"]
[org.slf4j/slf4j-simple "1.7.36"]]}}
{:dev
{:source-paths ["dev"]
:jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=debug"]
:dependencies
[[metosin/testit "0.4.1"]
[lambdaisland/kaocha "1.66.1034"]
[org.clojure/test.check "1.1.1"]
[criterium "0.4.6"]
[org.slf4j/slf4j-api "1.7.36"]
[org.slf4j/slf4j-simple "1.7.36"]]}}

:aliases {"kaocha" ["run" "-m" "kaocha.runner"]}

Expand Down

0 comments on commit e068c40

Please sign in to comment.