diff --git a/doc/reference/feature_compat.md b/doc/reference/feature_compat.md index 72f9b18d8..1fc50c355 100644 --- a/doc/reference/feature_compat.md +++ b/doc/reference/feature_compat.md @@ -81,7 +81,7 @@ compatibility for these newer versions. | `string.dump` strip argument | ✔ | | | `string.pack`/`string.unpack`/`string.packsize` | ✔ | | | `table.move` | ✔ | | -| `math.atan2` -> `math.atan` | ❌ | | +| `math.atan2` -> `math.atan` | 🔶 | `math.atan` supports its two argument form. | | Removed `math.frexp`, `math.ldexp`, `math.pow`, `math.cosh`, `math.sinh`, `math.tanh` | ❌ | | | `math.maxinteger`/`math.mininteger` | ❌ | | | `math.tointeger` | ❌ | | diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ac6263d68..a4e1ad4be 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ slf4j = "2.0.1" asm = "9.6" autoService = "1.1.1" checkerFramework = "3.42.0" -cobalt = "0.9.3" +cobalt = "0.9.4" commonsCli = "1.6.0" jetbrainsAnnotations = "24.1.0" jsr305 = "3.0.2"