Skip to content

Commit

Permalink
move clojure to 1.5.1 from 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Jan 9, 2015
1 parent fad7544 commit bb10299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-contrib/hystrix-clj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
compile project(':hystrix-core')
compile 'org.clojure:clojure:1.6.0'
compile 'org.clojure:clojure:1.5.1'
}

/*
Expand Down

0 comments on commit bb10299

Please sign in to comment.