Re: Notification about newer versions

2016-07-14 Thread Cecil Westerhof
2016-07-14 15:25 GMT+02:00 Yannick Scherer : > To check your profiles using lein-ancient, run: > > lein ancient check-profiles > > See the output of > > lein help ancient > > for all available tasks. > ​I try everything immediately of-course. ;-) I find especially show-versions handy. -

Re: Notification about newer versions

2016-07-14 Thread Cecil Westerhof
2016-07-14 15:00 GMT+02:00 Cecil Westerhof : > It says you can check your profile also: > ancientCheck your projects and profiles for outdated > dependencies/plugins. > > But that is not true: if I run it in a not project directory, I get: > (warn) not inside of a project. > ​I should have l

Re: Notification about newer versions

2016-07-14 Thread Yannick Scherer
>> You can use lein-ancient periodically to see if there are newer >> versions of your dependencies: https://github.com/xsc/lein-ancient > > > ​I have updated my project. I now use clj-time 0.12.0 instead of 0.8.0. > I partly updated yesql: from 0.4.0 to 0.4.2, but 0.5.0 and

Re: Notification about newer versions

2016-07-14 Thread Cecil Westerhof
2016-07-14 13:05 GMT+02:00 Toby Crawley : > You can use lein-ancient periodically to see if there are newer > versions of your dependencies: https://github.com/xsc/lein-ancient ​I have updated my project. I now use clj-time 0.12.0 instead of 0.8.0. I partly updated yesql: from 0.4.0 to

Re: Notification about newer versions

2016-07-14 Thread Toby Crawley
You can use lein-ancient periodically to see if there are newer versions of your dependencies: https://github.com/xsc/lein-ancient - Toby On Thu, Jul 14, 2016 at 6:56 AM, Cecil Westerhof wrote: > In a project.clj I have: > :dependencies [[org.clojure/clojure

Notification about newer versions

2016-07-14 Thread Cecil Westerhof
In a project.clj I have: :dependencies [[org.clojure/clojure"1.8.0"] [clj-time "0.8.0"] [com.h2database/h2 "1.3.176"] [instaparse "1.4.2"] [org.clojure/math.numer

Re: newer versions

2012-07-16 Thread Haim Ashkenazi
Hi I've never used it but there is a plugin to pull git dependencies: https://github.com/tobyhede/lein-git-deps HTH On Sun, Jul 15, 2012 at 5:58 PM, cej38 wrote: > I know that this might be more of a question for elsewhere, but I have > been playing with core.logic from time to time when I am

Re: newer versions

2012-07-15 Thread Murtaza Husain
Niles any advantages of using the sonatype repos over the regular maven ones? On Monday, July 16, 2012 2:30:46 AM UTC+5:30, Niels van Klaveren wrote: > > You might try the sonatype snapshot repository, there's a recent > core.logic snapshot build on there. > > Add > :repositories {"sonatype-sn

Re: newer versions

2012-07-15 Thread Niels van Klaveren
You might try the sonatype snapshot repository, there's a recent core.logic snapshot build on there. Add :repositories {"sonatype-snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"} :dependencies [[org.clojure/clojure "1.4.0"] [org.clojure/core.logic "0.7.

Re: newer versions

2012-07-15 Thread Moritz Ulrich
You can't unless there's a maven release for that specific branch. There is a leiningen feature called 'checkouts' which might be used for the kind of functionality you want. On Sun, Jul 15, 2012 at 4:58 PM, cej38 wrote: > I know that this might be more of a question for elsewhere, but I have be

newer versions

2012-07-15 Thread cej38
I know that this might be more of a question for elsewhere, but I have been playing with core.logic from time to time when I am sick of looking at stuff for my day job. Many months ago, I figured out how to make a project using lein and at the time core.logic-0.6.8.jar was the newest version