diff --git a/package.json b/package.json index 31f3a7f..053ac45 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "test:integration": "bun test $(find tests/integration -name '*_test.res.js' | sed 's|^|./|')" }, "devDependencies": { - "rescript": "12.3.0" + "rescript": "12.3.1" } }