Skip to content

Commit

Permalink
[script/bisect] Use JVM 17 by default in bisect script
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Feb 9, 2024
1 parent 2548779 commit 37e0b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/scripts/bisect.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//> using jvm 17 // Maximal JDK version which can be used with all Scala 3 versions, can be overriden via command line arguments '--jvm=21'
/*
This script will bisect a problem with the compiler based on success/failure of the validation script passed as an argument.
It starts with a fast bisection on released nightly builds.
Expand Down

0 comments on commit 37e0b07

Please sign in to comment.