Skip to content

Commit

Permalink
build.gradle.kts: change to graphics.scenery.. domain
Browse files Browse the repository at this point in the history
  • Loading branch information
moreApi committed Apr 19, 2021
1 parent 97d7616 commit 19351dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dependencies {
annotationProcessor(sciJavaCommon)
kapt(sciJavaCommon)

// api("graphics.scenery:scenery:$sceneryVersion")
api("com.github.scenerygraphics:scenery:$sceneryVersion")
api("graphics.scenery:scenery:$sceneryVersion")
// api("com.github.scenerygraphics:scenery:$sceneryVersion")

sciJava("net.clearvolume:cleargl")
sciJava("net.clearcontrol:coremem")
Expand Down

0 comments on commit 19351dc

Please sign in to comment.