From 5aaa209c166165e517ae1b4ed428000f33e79bd1 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Fri, 2 Jun 2023 06:44:13 +0000 Subject: [PATCH] Update BoofCV to 0.43.1 (#318) --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d7119b9d..683c3333 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ dokka = "1.7.10" nebulaRelease = "17.2.1" gradleNexusPublish = "1.3.0" spek = "2.0.19" -boofcv = "0.43" +boofcv = "0.43.1" kluent = "1.72" junitJupiter = "5.9.2" slf4j = "2.0.7" @@ -86,4 +86,4 @@ nebula-release = { id = "nebula.release", version.ref = "nebulaRelease" } gradle-nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "gradleNexusPublish" } [bundles] -jupiter = ["jupiter-api", "jupiter-engine"] \ No newline at end of file +jupiter = ["jupiter-api", "jupiter-engine"]