diff --git a/luceedebug/build.gradle.kts b/luceedebug/build.gradle.kts index a390402..b3db7e1 100644 --- a/luceedebug/build.gradle.kts +++ b/luceedebug/build.gradle.kts @@ -96,7 +96,7 @@ tasks.jar { } } -val luceedebugVersion = "2.0.13.2" +val luceedebugVersion = "2.0.14" val libfile = "luceedebug-" + luceedebugVersion + ".jar" // TODO: this should, but does not currently, participate in the `clean` task, so the generated file sticks around after invoking `clean`.