diff --git a/openrndr-demos/build.gradle b/openrndr-demos/build.gradle index 117847eed..7abbbee00 100644 --- a/openrndr-demos/build.gradle +++ b/openrndr-demos/build.gradle @@ -8,7 +8,7 @@ sourceSets { } } -def boofcvVersion = "0.34" +def boofcvVersion = "0.36" dependencies { demoImplementation(project(":orx-mesh-generators")) @@ -22,4 +22,4 @@ dependencies { demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion") demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion") demoImplementation(sourceSets.getByName("main").output) -} \ No newline at end of file +} diff --git a/orx-boofcv/build.gradle b/orx-boofcv/build.gradle index be520ca22..bd8358e60 100644 --- a/orx-boofcv/build.gradle +++ b/orx-boofcv/build.gradle @@ -8,7 +8,7 @@ sourceSets { } } -def boofcvVersion = "0.34" +def boofcvVersion = "0.36" dependencies { @@ -18,4 +18,4 @@ dependencies { demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion") demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion") demoImplementation(sourceSets.getByName("main").output) -} \ No newline at end of file +}