We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6e5aa commit 6abb7a2Copy full SHA for 6abb7a2
hystrix-contrib/hystrix-clj/build.gradle
@@ -7,10 +7,10 @@ buildscript {
7
}
8
9
dependencies {
10
- classpath 'com.netflix.nebula:nebula-clojure-plugin:1.12.2'
+ classpath 'com.netflix.nebula:nebula-clojure-plugin:4.0.1'
11
12
13
-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
14
15
repositories {
16
mavenCentral()
@@ -19,7 +19,7 @@ repositories {
19
20
21
compile project(':hystrix-core')
22
- compile 'org.clojure:clojure:1.5.1'
+ compile 'org.clojure:clojure:1.7.0'
23
24
25
/*
0 commit comments