Consistently use repo.spring.io/snapshot instead of libs-snapshot

This commit is contained in:
Rob Winch
2020-11-19 12:35:34 -06:00
parent cda205bb91
commit 68017abfbb
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
repositories {
jcenter()
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {