From 2ba0baeaea3ed793d7d23718a3cd5aa40f06c649 Mon Sep 17 00:00:00 2001 From: JFronny Date: Fri, 17 Feb 2023 11:57:07 +0100 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 12a80ec..8023163 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("2022.1.38") +val manifoldVersion by extra("2023.1.2") dependencies { implementation("systems.manifold:manifold-props-rt:$manifoldVersion")