[orx-boofcv] Upgrade to boofcv 0.39

This commit is contained in:
Edwin Jakobs
2022-01-25 21:10:42 +01:00
parent 93ceddde57
commit 8f750b4163

View File

@@ -14,7 +14,7 @@ sourceSets {
val openrndrVersion: String by rootProject.extra
val openrndrOS: String by rootProject.extra
val boofcvVersion = "0.37"
val boofcvVersion = "0.39"
val demoImplementation by configurations.getting {}
val demoRuntimeOnly by configurations.getting {}