We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f002245 commit c86e573Copy full SHA for c86e573
1 file changed
build.gradle.kts
@@ -14,7 +14,7 @@ vodml {
14
15
}
16
dependencies {
17
- api("org.javastro.ivoa.vo-dml:ivoa-base:1.0-SNAPSHOT") // IMPL using API so that it appears in transitive compile
+ api("net.ivoa.vo-dml:ivoa-base:1.0-SNAPSHOT") // IMPL using API so that it appears in transitive compile
18
19
testImplementation(platform("org.junit:junit-bom:5.12.2"))
20
testImplementation("org.junit.jupiter:junit-jupiter")
0 commit comments