File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ buildscript {
60
60
repositories {
61
61
jcenter()
62
62
maven { url " https://kotlin.bintray.com/kotlinx" }
63
- maven { url " https://repo.spring.io/snapshot/" }
64
63
maven {
65
64
url " https://kotlin.bintray.com/kotlin-dev"
66
65
credentials {
@@ -151,7 +150,6 @@ allprojects {
151
150
jcenter()
152
151
maven {
153
152
url " https://kotlin.bintray.com/kotlin-dev"
154
- url " https://repo.spring.io/snapshot/"
155
153
credentials {
156
154
username = project. hasProperty(' bintrayUser' ) ? project. property(' bintrayUser' ) : System . getenv(' BINTRAY_USER' ) ?: " "
157
155
password = project. hasProperty(' bintrayApiKey' ) ? project. property(' bintrayApiKey' ) : System . getenv(' BINTRAY_API_KEY' ) ?: " "
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
compileOnly " junit:junit:$junit_version "
23
23
shadowDeps " net.bytebuddy:byte-buddy:$byte_buddy_version "
24
24
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 '
26
26
compile " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
27
27
runtime " net.java.dev.jna:jna:5.5.0"
28
28
runtime " net.java.dev.jna:jna-platform:5.5.0"
You can’t perform that action at this time.
0 commit comments