Skip to content

Commit

Permalink
Upgrade gradle-reactivesocket-plugin to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegnan committed Apr 7, 2016
1 parent 9d9b887 commit b4d58b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}

dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.3' }
dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.5' }
}

description = 'ReactiveSocket: stream oriented messaging passing with Reactive Stream semantics.'
Expand All @@ -12,17 +12,16 @@ apply plugin: 'reactivesocket-project'
apply plugin: 'java'

repositories {
jcenter()
maven { url 'https://oss.jfrog.org/libs-snapshot' }
maven { url 'https://oss.jfrog.org/libs-snapshot' }
}

dependencies {
compile 'org.reactivestreams:reactive-streams:1.0.0.final'
compile 'org.agrona:Agrona:0.4.13'

testCompile 'io.reactivex:rxjava:2.0.0-DP0-20151003.214425-143'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.mockito:mockito-core:1.8.5'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
}

// support for snapshot/final releases via versioned branch names like 1.x
Expand Down

This file was deleted.

0 comments on commit b4d58b1

Please sign in to comment.