Skip to content

Commit

Permalink
Update labs JDK 20.3 to b18
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed Jul 8, 2021
1 parent 260d06b commit 54d4c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mendrugo/qollider/Repositories.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public final class Repositories
public static final Repository JDK_JDK = github("openjdk", "jdk");
public static final Repository JDK_11_DEV = github("openjdk", "jdk11u-dev");

public static final Repository LABS_JDK_20_3 = github("graalvm", "labs-openjdk-11", "jvmci-20.3-b16");
public static final Repository LABS_JDK_20_3 = github("graalvm", "labs-openjdk-11", "jvmci-20.3-b18");
public static final Repository LABS_JDK_21_2 = github("graalvm", "labs-openjdk-11", "jvmci-21.2-b05");
public static final Repository LABS_JDK = LABS_JDK_21_2;
public static final Repository GRAAL_20_3 = github("oracle", "graal", "release/graal-vm%2F20.3");
Expand Down

0 comments on commit 54d4c0f

Please sign in to comment.