Skip to content

Commit c86e573

Browse files
committed
point at newer location for base model
1 parent f002245 commit c86e573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vodml {
1414

1515
}
1616
dependencies {
17-
api("org.javastro.ivoa.vo-dml:ivoa-base:1.0-SNAPSHOT") // IMPL using API so that it appears in transitive compile
17+
api("net.ivoa.vo-dml:ivoa-base:1.0-SNAPSHOT") // IMPL using API so that it appears in transitive compile
1818

1919
testImplementation(platform("org.junit:junit-bom:5.12.2"))
2020
testImplementation("org.junit.jupiter:junit-jupiter")

0 commit comments

Comments
 (0)