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 {
@@ -154,7 +153,6 @@ allprojects {
154
153
jcenter()
155
154
maven {
156
155
url " https://kotlin.bintray.com/kotlin-dev"
157
- url " https://repo.spring.io/snapshot/"
158
156
credentials {
159
157
username = project. hasProperty(' bintrayUser' ) ? project. property(' bintrayUser' ) : System . getenv(' BINTRAY_USER' ) ?: " "
160
158
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