Skip to content

Commit

Permalink
fix: update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Aug 19, 2024
1 parent dd86c5c commit 7d290d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/versionConstants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const PYTHON_VERSION = '3.9.19';
export const JAVA_VERSION = 'zulu-11.72.19';
export const BLITZ_VERSION = '2.0.10';
export const NEXT_VERSION = '14.2.4';
export const JAVA_VERSION = 'zulu-11.74.15';
export const BLITZ_VERSION = '2.1.1';
export const NEXT_VERSION = '14.2.5';

0 comments on commit 7d290d4

Please sign in to comment.