From 7d8ee38c00226a1b1dbd770ba02b6cee2a4199f9 Mon Sep 17 00:00:00 2001 From: JFronny Date: Fri, 5 May 2023 16:47:12 +0200 Subject: [PATCH] bump manifold --- convention/src/main/kotlin/jf.manifold.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convention/src/main/kotlin/jf.manifold.gradle.kts b/convention/src/main/kotlin/jf.manifold.gradle.kts index 16bf4ec..a2db314 100644 --- a/convention/src/main/kotlin/jf.manifold.gradle.kts +++ b/convention/src/main/kotlin/jf.manifold.gradle.kts @@ -5,7 +5,7 @@ plugins { `java-library` } -val manifoldVersion by extra("2023.1.3") +val manifoldVersion by extra("2023.1.7") dependencies { implementation("systems.manifold:manifold-props-rt:$manifoldVersion")