Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 4dfcf47

Browse files
author
Dan Richelson
committed
update dependencies
1 parent d276b97 commit 4dfcf47

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

build.gradle

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
allprojects {
2121
group = 'com.launchdarkly'
22-
version = "1.0.0-SNAPSHOT"
22+
version = "1.0.1-RC1"
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525
}
@@ -31,11 +31,11 @@ dependencies {
3131
compile "com.google.code.gson:gson:2.2.4"
3232
compile "com.google.guava:guava:19.0"
3333
compile "org.slf4j:slf4j-api:1.7.7"
34-
compile group: "com.launchdarkly", name: "okhttp-eventsource", version: "0.1.3-SNAPSHOT", changing: true
34+
compile group: "com.launchdarkly", name: "okhttp-eventsource", version: "0.2.1", changing: true
3535
compile "redis.clients:jedis:2.8.0"
3636
testCompile "org.easymock:easymock:3.4"
37-
testCompile 'junit:junit:[4.10,)'
38-
testRuntime "ch.qos.logback:logback-classic:1.1.3"
37+
testCompile 'junit:junit:4.12'
38+
testRuntime "ch.qos.logback:logback-classic:1.1.7"
3939
}
4040

4141
jar {
@@ -146,6 +146,12 @@ uploadArchives {
146146
email 'john@catamorphic.com'
147147
}
148148
}
149+
150+
scm {
151+
connection 'scm:git:git://github.com/launchdarkly/java-client.git'
152+
developerConnection 'scm:git:ssh:git@github.com:launchdarkly/java-client.git'
153+
url 'https://github.com/launchdarkly/java-client'
154+
}
149155
}
150156
}
151157
}

0 commit comments

Comments
 (0)