Skip to content

Commit

Permalink
Update Cobalt to 0.7.2
Browse files Browse the repository at this point in the history
 - 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.
  • Loading branch information
SquidDev committed Aug 24, 2023
1 parent 053751b commit 5f8b1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f8b1dd

Please sign in to comment.