Skip to content

Commit

Permalink
Bump lein profile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fuadsaud committed Dec 11, 2017
1 parent 4e4215e commit 9c11527
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lein/profiles.clj
@@ -1,14 +1,18 @@
{:user
{:dependencies [[cljdev "0.6.7-SNAPSHOT"]]

:injections [(require 'nu)]

:repositories [["nu-maven" {:url "s3p://nu-maven/releases/"
:username [:gpg :env/artifacts_aws_access_key_id]
:passphrase [:gpg :env/artifacts_aws_secret_access_key]}]]

:plugins [[s3-wagon-private "1.2.0"]
:plugins [[s3-wagon-private "1.3.0"]
[jonase/eastwood "0.2.4"]
[lein-gorilla "0.4.0"]]}
:repl {:plugins [[cider/cider-nrepl "0.14.0-SNAPSHOT"]
[refactor-nrepl "2.3.0-SNAPSHOT"]]
[com.jakemccrary/lein-test-refresh "0.21.1"]
[venantius/ultra "0.5.2"]]}

:repl {:plugins [[cider/cider-nrepl "0.15.1"]
[refactor-nrepl "2.3.1"]]
:dependencies [[org.clojure/tools.nrepl "0.2.12"]]
:repl-options {:timeout 120000}}}

0 comments on commit 9c11527

Please sign in to comment.