Skip to content

Commit

Permalink
Up the BlockHound version
Browse files Browse the repository at this point in the history
The feature that we need was released, so no need to incclude the
snapshot repositories in the build.
  • Loading branch information
dkhalanskyjb committed Feb 19, 2020
1 parent 8eedc42 commit 33dae71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Expand Up @@ -60,7 +60,6 @@ buildscript {
repositories {
jcenter()
maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url "https://repo.spring.io/snapshot/" }
maven {
url "https://kotlin.bintray.com/kotlin-dev"
credentials {
Expand Down Expand Up @@ -151,7 +150,6 @@ allprojects {
jcenter()
maven {
url "https://kotlin.bintray.com/kotlin-dev"
url "https://repo.spring.io/snapshot/"
credentials {
username = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER') ?: ""
password = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY') ?: ""
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-debug/build.gradle
Expand Up @@ -22,7 +22,7 @@ dependencies {
compileOnly "junit:junit:$junit_version"
shadowDeps "net.bytebuddy:byte-buddy:$byte_buddy_version"
compile "net.bytebuddy:byte-buddy-agent:$byte_buddy_version"
compile 'io.projectreactor.tools:blockhound:1.0.1.BUILD-SNAPSHOT'
compile 'io.projectreactor.tools:blockhound:1.0.2.RELEASE'
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
runtime "net.java.dev.jna:jna:5.5.0"
runtime "net.java.dev.jna:jna-platform:5.5.0"
Expand Down

0 comments on commit 33dae71

Please sign in to comment.