Skip to content

Commit 6e5fe92

Browse files
committed
Up the BlockHound version
The feature that we need was released, so no need to incclude the snapshot repositories in the build.
1 parent efb4720 commit 6e5fe92

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ buildscript {
6060
repositories {
6161
jcenter()
6262
maven { url "https://kotlin.bintray.com/kotlinx" }
63-
maven { url "https://repo.spring.io/snapshot/" }
6463
maven {
6564
url "https://kotlin.bintray.com/kotlin-dev"
6665
credentials {
@@ -154,7 +153,6 @@ allprojects {
154153
jcenter()
155154
maven {
156155
url "https://kotlin.bintray.com/kotlin-dev"
157-
url "https://repo.spring.io/snapshot/"
158156
credentials {
159157
username = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER') ?: ""
160158
password = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY') ?: ""

kotlinx-coroutines-debug/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compileOnly "junit:junit:$junit_version"
2323
shadowDeps "net.bytebuddy:byte-buddy:$byte_buddy_version"
2424
compile "net.bytebuddy:byte-buddy-agent:$byte_buddy_version"
25-
compile 'io.projectreactor.tools:blockhound:1.0.1.BUILD-SNAPSHOT'
25+
compile 'io.projectreactor.tools:blockhound:1.0.2.RELEASE'
2626
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
2727
runtime "net.java.dev.jna:jna:5.5.0"
2828
runtime "net.java.dev.jna:jna-platform:5.5.0"

0 commit comments

Comments
 (0)