We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffc73b commit 84d1134Copy full SHA for 84d1134
modules/build/src/main/scala/scala/build/internal/OsLibc.scala
@@ -59,7 +59,7 @@ object OsLibc {
59
else default
60
}
61
62
- private def defaultJvmVersion = "11"
+ private def defaultJvmVersion = "17"
63
64
def baseDefaultJvm(os: String, jvmVersion: String): String = {
65
def java17OrHigher = Try(jvmVersion.takeWhile(_.isDigit).toInt)
0 commit comments