From 5f8b1dd67f19600a2cb8a1d236c445c5c09f7f36 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Thu, 24 Aug 2023 21:27:00 +0100 Subject: [PATCH] Update Cobalt to 0.7.2 - Support printing and parsing hex float literals - Fix string.format "%q"'s handling of nan and inf (Kan18) - Fix string is-letter/is-digit patterns treating characters as unicode. - tostring(...) now uses __name. --- 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 671b9ca74..e0fa896a4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,8 +19,8 @@ parchmentMc = "1.19.4" asm = "9.3" autoService = "1.0.1" checkerFramework = "3.32.0" -cobalt = "0.7.1" -cobalt-next = "0.7.2" # Not a real version, used to constrain the version we accept. +cobalt = "0.7.2" +cobalt-next = "0.7.3" # Not a real version, used to constrain the version we accept. fastutil = "8.5.9" guava = "31.1-jre" jetbrainsAnnotations = "24.0.1"