From 93ae52979b09d7abfd635041bdcc832fe7a5b49e Mon Sep 17 00:00:00 2001 From: JFronny Date: Wed, 28 Dec 2022 22:21:21 +0100 Subject: [PATCH] Update 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 a1509be..b4c60e3 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.29") +val manifoldVersion by extra("2022.1.33") dependencies { implementation("systems.manifold:manifold-props-rt:$manifoldVersion")