chore(java): Update

This commit is contained in:
Tibo De Peuter 2025-10-04 18:53:35 +02:00
parent 6e9810a391
commit 1c98a49045
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 4 additions and 4 deletions

0
java/.envrc Normal file
View file

6
java/flake.lock generated
View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1760965567, "lastModified": 1761440988,
"narHash": "sha256-0JDOal5P7xzzAibvD0yTE3ptyvoVOAL0rcELmDdtSKg=", "narHash": "sha256-2qsow3cQIgZB2g8Cy8cW+L9eXDHP6a1PsvOschk5y+E=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cb82756ecc37fa623f8cf3e88854f9bf7f64af93", "rev": "de69d2ba6c70e747320df9c096523b623d3a4c35",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -19,7 +19,7 @@
gradle gradle
# You might want to use your own IDE. # You might want to use your own IDE.
# (jetbrains.plugins.addPlugins jetbrains.idea-ultimate [ "github-copilot" ]) (jetbrains.plugins.addPlugins jetbrains.idea-ultimate [ "github-copilot" ])
]; ];
}; };
}); });