Skip to content

Commit

Permalink
Merge pull request Netflix#1306 from mattrjacobs/update-clojure
Browse files Browse the repository at this point in the history
Update clojure
  • Loading branch information
mattrjacobs authored Aug 4, 2016
2 parents 78526d7 + 6abb7a2 commit 29ae641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hystrix-contrib/hystrix-clj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ buildscript {
}
}
dependencies {
classpath 'com.netflix.nebula:nebula-clojure-plugin:1.12.2'
classpath 'com.netflix.nebula:nebula-clojure-plugin:4.0.1'
}
}
apply plugin: 'nebula-clojure' // this is a wrapper around clojuresque to make it behave well with other plugins
apply plugin: 'nebula.clojure' // this is a wrapper around clojuresque to make it behave well with other plugins

repositories {
mavenCentral()
Expand All @@ -19,7 +19,7 @@ repositories {

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

/*
Expand Down

0 comments on commit 29ae641

Please sign in to comment.