Skip to content

Commit

Permalink
Bump JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed May 27, 2024
1 parent 1645272 commit 0f2cea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
node-deps = [ pkgs.nodejs_22 pkgs.nodePackages.eslint ast ];
bash-deps = [ pkgs.shellcheck ];
c-deps = [ pkgs.cppcheck pkgs.gcc13 ];
java-deps = [ pkgs.openjdk17 pkgs.checkstyle ];
java-deps = [ pkgs.openjdk21 pkgs.checkstyle ];
kotlin-deps = [ pkgs.kotlin pkgs.ktlint ];
csharp-deps = [ pkgs.dotnetCorePackages.sdk_6_0 ];

Expand Down

0 comments on commit 0f2cea6

Please sign in to comment.