We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d7616 commit 19351dcCopy full SHA for 19351dc
build.gradle.kts
@@ -43,8 +43,8 @@ dependencies {
43
annotationProcessor(sciJavaCommon)
44
kapt(sciJavaCommon)
45
46
-// api("graphics.scenery:scenery:$sceneryVersion")
47
- api("com.github.scenerygraphics:scenery:$sceneryVersion")
+ api("graphics.scenery:scenery:$sceneryVersion")
+// api("com.github.scenerygraphics:scenery:$sceneryVersion")
48
49
sciJava("net.clearvolume:cleargl")
50
sciJava("net.clearcontrol:coremem")
0 commit comments