Skip to content

Commit 33dae71

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 8eedc42 commit 33dae71

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 {
@@ -151,7 +150,6 @@ allprojects {
151150
jcenter()
152151
maven {
153152
url "https://kotlin.bintray.com/kotlin-dev"
154-
url "https://repo.spring.io/snapshot/"
155153
credentials {
156154
username = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER') ?: ""
157155
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)