Bump versions of build tooling

The main thing of note is Spotless, which also bumps the version of
Ktlint. I've been putting this off for a while[^1], as this changed a
bunch of formatting, and Spotless's (broken) caching was making it hard
to test. Ended up downloading ktlint and running it localy.

[^1]: 8204944b5f
This commit is contained in:
Jonathan Coates
2025-03-21 14:28:31 +00:00
parent 09ad6c1905
commit c458360b18
9 changed files with 518 additions and 548 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.0.0",
"@rollup/plugin-url": "^8.0.1",
"@swc/core": "^1.3.92",