Skip to content

Commit

Permalink
fix: update default Kotlin version to 1.6.10 (quarkusio#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china authored Dec 25, 2021
1 parent df5f25c commit c23cf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/jbang/net/KotlinManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class KotlinManager {
private static final String KOTLIN_DOWNLOAD_URL = "https://github.com/JetBrains/kotlin/releases/download/v%s/kotlin-compiler-%s.zip";
public static final String DEFAULT_KOTLIN_VERSION = "1.5.0";
public static final String DEFAULT_KOTLIN_VERSION = "1.6.10";

public static String resolveInKotlinHome(String cmd, String requestedVersion) {
Path kotlinHome = getKotlin(requestedVersion);
Expand Down

0 comments on commit c23cf39

Please sign in to comment.