Skip to content

Commit 6abb7a2

Browse files
author
Matt Jacobs
committed
Update nebula-clojure Gradle plugin and dependency on Clojure
1 parent ff6e5aa commit 6abb7a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hystrix-contrib/hystrix-clj/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ buildscript {
77
}
88
}
99
dependencies {
10-
classpath 'com.netflix.nebula:nebula-clojure-plugin:1.12.2'
10+
classpath 'com.netflix.nebula:nebula-clojure-plugin:4.0.1'
1111
}
1212
}
13-
apply plugin: 'nebula-clojure' // this is a wrapper around clojuresque to make it behave well with other plugins
13+
apply plugin: 'nebula.clojure' // this is a wrapper around clojuresque to make it behave well with other plugins
1414

1515
repositories {
1616
mavenCentral()
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
compile project(':hystrix-core')
22-
compile 'org.clojure:clojure:1.5.1'
22+
compile 'org.clojure:clojure:1.7.0'
2323
}
2424

2525
/*

0 commit comments

Comments
 (0)